- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ARB transactions
I am trying to request the transactions for a particular subscription. Is there something where I can send <subscriptionID> and be returned a <transactionIDs> list?
I can pull the transaction details from individual transactions, but I had to get that ID manually. I didn't see any response data from the XML request ARBGetSubscriptionStatusRequest, other that if the subscription is active.
Is there another request to pull transactions for a subscription?
โ07-27-2014 06:24 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Nothing like that.
โ07-28-2014 04:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Wow. Thanks for the info raynor. I should have asked before, but iI thought for sure there would be a way to pull trans IDs for subs. Is there a way to pull all transactions for an entire account or any way to retrieve transaction IDs for anything (besides creating a payment)? Is it possible to have authorize.net POST the transaction details to a page after it's been completed?
Does a subscription become Suspended the day payment is supposed to be processed?
โ07-28-2014 08:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is there a way to pull all transactions for an entire account or any way to retrieve transaction IDs for anything (besides creating a payment)?
Transaction Details API , you might need to enabled it on the merchant account.
Is it possible to have authorize.net POST the transaction details to a page after it's been completed?
Yes, silent post.
Does a subscription become Suspended the day payment is supposed to be processed?
one time payment? it will just be expired
โ07-28-2014 08:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks Raynor, the silent POST URL should be perfect for a transaction history.
Oops, my last question wasn't even coherent :smileysurprised:
I meant, if an ARB transaction fails (exp date, card canceled, no funds, etc.) does it become immediately Suspended?
โ07-28-2014 10:06 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ07-28-2014 11:01 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
That thread was very informative. I guess I need to improve my search skills :smileysad:
Scheduling my own payments through CIM will probably be what I use.
Thanks for all the help!
โ07-28-2014 11:27 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
That thread is great, took me a while to find it.
Yep. CIM probably best, you can control everything with it.
โ07-28-2014 11:42 AM