Hi,
When implementing direct post method I can do a test request on a live account by setting parameter test_request=true on the form therefore run tx through live system and not actually charge the card. How do I accomplish the same using the PHP SDK?
Thanks
05-28-2016 09:27 AM
05-28-2016 10:04 AM
Bear in mind that setting test request = true in your request instructs the gateway to only validate credentials, it will not attempt a transaction and nothing will be saved by the gateway.
It is the same as running AuthenticateTestRequest seen here: http://developer.authorize.net/api/reference/index.html#authentication
Richard
05-28-2016 11:55 AM
Looks like it..let me try this out. Thank you
05-28-2016 01:24 PM
Understood. Just need to know what object i should set the parameter on..for PHP SDK. Can't find that in doc. Trying @RaynorC1emen7 's suggestion above. Thank you much
05-28-2016 01:26 PM