{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"firstSix": "<string>",
"lastFour": "<string>",
"expiryDate": "2023-12-25",
"nameMatch": true,
"lastFourMatch": true
}Bank card verification completed
This notification is sent when a bank card verification is completed.
WEBHOOK
bankCardVerificationCompleted
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"firstSix": "<string>",
"lastFour": "<string>",
"expiryDate": "2023-12-25",
"nameMatch": true,
"lastFourMatch": true
}Headers
Available options:
BANK_CARD_VERIFICATION_COMPLETED Webhook signature
Body
application/json
Available options:
NOT_COMPARED, MATCH, NO_MATCH Available options:
NAME_MISMATCH, NUMBER_MISMATCH, NAME_NOT_FOUND, NUMBER_NOT_FOUND, LIVENESS_FAILED Response
200
Return a 200 status to indicate that the data was received successfully.
Was this page helpful?