Card verification
This solution allows you to carry out a verification transaction, without any charge, with the sole purpose of confirming the validity of the card data entered by the customer. This solution is not subject to 3D Secure authentication.
To perform card verification operations in server to server mode implement the API call:
Payment flow:
- The customer provides the card details to the merchant.
- Merchant server initiates card verification via API call POST /orders/card_verification.
- The gateway sends the verification request to the card issuer's authorization system.
- The authorization system returns the verification result to the gateway.
- The payment gateway returns the transaction result to the merchant's server.
- The merchant communicates the outcome of the card verification to the customer.