I am developing the payment sections of my website at the moment. I am going to be using ARB subscriptions for members. Members can upgrade their accounts at any point during there current membership.
My question is, if a member changes their subscription and there is a refund that needs to be issued, can a refund to issued off their last ARB payment Transaction Id?
If so where would this be done? I looked at the test account interface and I do not see an option to refund off an ARB subscription.
08-26-2010 11:37 AM
There is no refund functionality built into our system that is specific to ARB payments. However, any individual transaction (generated by ARB or not) can be refunded within 120 days of when it is first run. As long as you are storing the transaction IDs that we send you for each ARB transaction, you can issue a refund either programmatically using AIM or manually through our online interface.
08-31-2010 10:14 AM
Hi,
Can you let me know how i can get transaction id in ARB response?
I'm getting this type of response from ARB CreateSubscriptionRequest.
AuthorizeNetARB_Response Object ( [xml] => SimpleXMLElement Object ( [messages] => SimpleXMLElement Object ( [resultCode] => Ok [message] => SimpleXMLElement Object ( [code] => I00001 [text] => Successful. ) ) [subscriptionId] => 1809793 ) [response] => OkI00001Successful.1809793 [xpath_xml] => SimpleXMLElement Object ( [messages] => SimpleXMLElement Object ( [resultCode] => Ok [message] => SimpleXMLElement Object ( [code] => I00001 [text] => Successful. ) ) [subscriptionId] => 1809793 ) )
I need transaction id for refunds through AIM method
Looking for your reply.
Thanks
Harpreet Singh
08-23-2013 12:42 AM
CreateSubscriptionRequest don't generate transaction, it just create a schedule job to run later.
You would need to either use the
Transaction Details API or silent post to get the transaction that creates from the schedule on the ARB.
08-23-2013 04:54 AM
Hi,
Thanks for your reply
Can you let me know by which method or function i can get transaction id.
here is my dummy code in PHP
08-25-2013 10:56 PM
I got the tranactions ids through Transaction Details API with the help of batch id.
Now my next concern to get the subsciption id from particular transaction id.
please check the screenshot http://prntscr.com/1nhywt
Looking for your reply
Thanks in advance.
08-26-2013 04:55 AM
currently, subscription ID is not return with the transaction detail api. but there are work around
08-26-2013 05:29 AM - edited 08-26-2013 05:29 AM