This feature allows you to check the validity of a card by performing a 0 euro authorization.
The request for Account verification may be carried out where:
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 |
...
"amount": {
"value": 0,
"currency": "EUR"
},
...
...
"paymentMethods": {
"type": "CARD",
"card" : {
"eventToken":"ACCOUNT_VERIFICATION"
}
}
... |