Tue, 09/22/2015 - 19:46
#1
How to include AVS check in a "Token Based Payments" API call payload
Currently I am able to complete "Payeezy.js" transaction by making "Token Based Payments" API call but I also need an AVS check,
is it possible to include AVS check in a "Token Based Payments" payload?
Hello,
Yes. Just include the address in the payload and you will receive an AVS response. It should be in this format.
"billing_address": { "city": "{string}", "country": "{string}", "email": "{string}", "phone": { "type": "{string}", "number": "{string}" }, "street": "{string}", "state_province": "{string}", "zip_postal_code": "{string}" }Regards,
Payeezy Team
Bumping this thread- will this also work for non-token-based (credit card) payments?
Yes, it works for credit cards as well. For more information on the fields that can be included, see the resource summary in Credit Card Transactions
Regards,
Payeezy team