added
Added CVV Fields to APIs
almost 4 years ago by Adam Atawneh
As part of introducing CVV verification we have updated the following APIs to include optional fields related to CVV. These will appear based on your settings.
- Create Card Account:
cvv_verified
will return if cvv verification is enabled for your setup. - Show Card Account:
cvv_verified
will return if cvv verification is enabled for your setup. - Show User Card Account:
cvv_verified
will return if cvv verification is enabled for your setup. - Verify Card:
cvv_verified
will return if cvv verification is enabled for your setup. - Make Payment:
cvv
can now be supplied in the request body. This will be checked if cvv verification is enabled for your setup. - Create Charge:
cvv
can now be supplied in the request body. This will be checked if cvv verification is enabled for your setup. - Authorize Payment:
cvv
can now be supplied in the request body. This will be checked if cvv verification is enabled for your setup.
The YAML specifications have been updated to reflect these changes.