cancel
Showing results for 
Search instead for 
Did you mean: 

ARB payment status check

how will we get the details of transactions performed via ARB in means of sending an API call? Is there any API call to get the transaction status ?

rockyjames123
Member
15 REPLIES 15

Not by subscritpionID, but the Transaction Detail API by settled date will return all transaction for the day with subscriptionID(if they have one)

http://community.developer.authorize.net/t5/The-Authorize-Net-Developer-Blog/ARB-Subscription-IDs-Av...

RaynorC1emen7
Expert

thanks for the quick reply and am having one more doubt. Once i subscribed for ARB using a credit card number and i got a subscription id . And  i  cancelled  the subscription . Will i  able to create a new subscription for the same credit card number ?

rockyjames123
Member

I had subscribed in ARB by means of code . how should i be able to test the functionality for saving a receipt for the transactions made by ARB mode??

rockyjames123
Member

thanks for the quick reply and am having one more doubt. Once i subscribed for ARB using a credit card number and i got a subscription id . And  i  cancelled  the subscription . Will i  able to create a new subscription for the same credit card number ?

Only if they have a settled sucessful transaction. But it only available thru the merchant account, and not thru code

 

 

I had subscribed in ARB by means of code . how should i be able to test the functionality for saving a receipt for the transactions made by ARB mode??

http://community.developer.authorize.net/t5/Integration-and-Testing/Does-test-gateway-send-silent-po...

can u share me which all fields may have the updation permission for a subscription? and those which don't ?

rockyjames123
Member

Is in the doc, ARBUpdateSubscription method

http://developer.authorize.net/api/arb/

Inorder to create receipts in our app we are pulling the last day transactions by using GetTransactionList() API  . It will return all transactions held into the specified merchant . From those API response lists  i want transaction only of  type Recurring Billing . how i am able to identify ?

rockyjames123
Member

how AVS is working in ARB ? is there any c# code samples showing it?

rockyjames123
Member