cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Programatically find General Error transactions for a given ARB Subscription

Is there a way to find General Error transactions associated with an ARB Subscription using the AuthorizeNET API?

guzmanje1
Member
3 REPLIES 3

You can now pass new   <includeTransactions> flag is passed with the GetSubscription Request to get lastest 20 transactions  associated with subscription . 

 

The API documentations will be updated in coming weeks . 





Send feedback at developer_feedback@authorize.net
Anurag
Moderator Moderator
Moderator

Great.  Can I assume there will be a 'transactions' list property in the response?

Yes it will have a new element 

 

<xs:element name="arbTransactions" type="anet:ARBTransactionList" minOccurs="0"/>
 
 
 
Also test the API using the Try it Tab under API reference 
 




Send feedback at developer_feedback@authorize.net