ZeroAuth
Zero Auth is an API card validation tool. The validation allows the merchant to know if the card is valid or not before sending the final transaction authorization.
Quick links
General
A zero auth transaction allows the merchant to verify:
if the card is valid at issuer level
If the card number is correct
if the CVV is correct
Test Cards
Sample - Preauthorization (PA) - Zeroauth
A PA is created by sending a POST request over HTTPS to the /v1/payments resource. The request should include all required information such as your authentication credentials, the type of transaction, the amount and the payment information such as card details.
Last updated