4 posts / 0 new
Last post
piusmentos5246
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?


rohitrajagopal3538
Re: How to include AVS check in a "Token Based Payments" API...

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


theodorebellas5323
Re: How to include AVS check in a "Token Based Payments" API...

Bumping this thread- will this also work for non-token-based (credit card) payments?


rohitrajagopal3538
Re: How to include AVS check in a "Token Based Payments" API...

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