php - How can I view a test ARB transaction in authorize.net? -


i set arb page sandbox authorize.net account , transaction going through, error_log has nothing in it, wanted view dummy info sent make sure it's logging transaction somehow if possible. i'm using sample data test subscription page , sending out. able view authorize.net sandbox account received data anywhere?

i have tried in both live/test modes , subscriptions remain @ 0 both modes.

if cannot test way, how can page that's sending request report me request/response successful?

thanks

you have login in authorize.net merchant account , set silent post url there , when ever transaction done return response in json format , need capture event in silent post url script , response need store in table field , later on can check it.

for further assistance can check following url.

http://www.johnconde.net/blog/tutorial-integrate-the-authorize-net-arb-api-with-php/


Comments

Popular posts from this blog

qt - Using float or double for own QML classes -

Create Outlook appointment via C# .Net -

ios - Swift Array Resetting Itself -