I've seen a few topics here regarding AVS response testing, but none that specifically answer this question.
I'm using an account in live mode in sandbox, and submitting my XML payload with liveMode, calling createCustomerPaymentProfile.
Similar to this:
https://developer.authorize.net/api/reference/#customer-profiles-create-customer-payment-profile
How do I trigger a response using some of the zips of 46207 (avs status of R), 46204 (G), 46209 (U) and 46208 (S)?
Even the test request/response tool at the url above does not seem to offer the expected AVS status code when using those zips; I always get 'E'.
Is there something more needed than just those zips to trigger the expected response?
03-23-2018 07:11 AM
@negativer wrote:I've seen a few topics here regarding AVS response testing, but none that specifically answer this question.
I'm using an account in live mode in sandbox, and submitting my XML payload with liveMode, calling createCustomerPaymentProfile.
Similar to this:
https://developer.authorize.net/api/reference/#customer-profiles-create-customer-payment-profile
How do I trigger a response using some of the zips of 46207 (avs status of R), 46204 (G), 46209 (U) and 46208 (S)?
Even the test request/response tool at the url above does not seem to offer the expected AVS status code when using those zips; I always get 'E'. WhatsApp
Is there something more needed than just those zips to trigger the expected response?
Any solution for this ?
03-08-2020 03:48 AM
I'm using the Sandbox in live mode for testing also, I'm using the createTransactionRequest XML request type. I am also trying to test using the credit card numbers and testing zip codes provided in https://developer.authorize.net/hello_world/testing_guide.html but the sandbox is not returning the values indicated in the testing guide.
10-06-2024 01:50 PM