Any reason why Authorize.net NetworkTransactionID is not available on production account?
When I try to create a transaction on sandbox the NetworkTransactionID comes back valid alphanumeric string, but when I test production I get NULL back. Account settings appear to be nearly same. Is there any specific reason?
Authorize.net transaction generated but not displaying in dashboard
I have implement text
this link for payment.I am getting email of payment with this response “This transaction has been approved.”
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.