Description
This feature allows you to check the validity of a card by performing a 0 euro authorization.
Prerequisites
- You offer your clients payment by card
- You wish to store card data in the form of the pseudo card number (PCNr) and only validate the customer's card.
Implementation
The request for Account verification may be carried out where:
- The payment form hosted by AXEPTA BNP Paribas - See Create a card payment
Request
The following table describes the additional parameter that must be added to the payment request:
| Parameter | Format | CND | Description |
|---|---|---|---|
paymentMethods.card.eventToken | enum | O | Authorized value: ACCOUNT_VERIFICATION |
Example of an Account verification request
...
"paymentMethods": {
"integrationType": "HOSTED",
"type": "CARD",
"card" : {
"eventToken":"ACCOUNT_VERIFICATION"
}
}
...