Relative Content

Tag Archive for authorize.net

Recurring billing transaction ‘Trans Status’ from Authorize.net differs from the API ARBGetSubscriptionRequest response

I’m using “ARBGetSubscriptionRequest” to get information about the recurring billing transaction: $response->getSubscription()->getArbTransactions(). Depending on the “Trans Status,” I grant access to my client service or not.
By using ARBGetSubscriptionRequest, I got a transaction response “This transaction has been approved”, but in fact, it was not. The Authorize.net website indicated that the transaction status was “voided.”

Create Subscription for Existing Credit Card Through API

We have a system by which people make payments in the form. The credit card then shows in the Auth.net UI and we can use the credit card to set up an ARB subscription (this does NOT use Payment Profiles).
I know we can do this through the UI (this is what we currently do) and I am wondering if we can also do this via API? Any guidance/direction here would be appreciated.