API - Dec 14, 2023 - Empanada
Added
Card validation feature now available
Platforms can now validate a newly registered card via 3DS authentication without debiting a transaction.
This feature allows platforms to verify that the card belongs to the user who registered it, and that the issuer authorizes the use of the card (for example, that it’s not blocked).
Two new endpoints have been added to the API:
There are new event types for webhook notifications relating to the Card Validation object:
Name | ResourceId | Description |
---|---|---|
CARD_VALIDATION_CREATED | CardValidationId | The Card Validation object has been created and the card is pending validation. |
CARD_VALIDATION_FAILED | CardValidationId | The Card Validation has failed, setting the corresponding card as invalid. |
CARD_VALIDATION_SUCCEEDED | CardValidationId | The Card Validation has succeeded, setting the corresponding card as valid. |
The following documentation resources have been added:
Guide
Read more about the card validation feature
How to
How to validate a card without debiting a payment
Was this page helpful?