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 ?
06-06-2014 02:37 AM
Not by subscritpionID, but the Transaction Detail API by settled date will return all transaction for the day with subscriptionID(if they have one)
06-06-2014 04:21 AM
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 ?
06-09-2014 12:22 AM
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??
06-09-2014 04:06 AM
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??
06-09-2014 04:24 AM
can u share me which all fields may have the updation permission for a subscription? and those which don't ?
06-09-2014 05:22 AM
Is in the doc, ARBUpdateSubscription method
06-09-2014 05:38 AM
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 ?
06-11-2014 02:29 AM - edited 06-11-2014 02:30 AM
06-11-2014 04:12 AM
how AVS is working in ARB ? is there any c# code samples showing it?
06-11-2014 05:38 AM