Completes the Card Binding Process
This endpoint finalizes the card binding process by validating the verification code sent to the cardholder.
Submit the verificationId (received from the initial binding request) and the code (verification code received by the cardholder) in the request payload.
Upon successful validation, the assigned cardId will be returned. This ID should be stored securely for all future transactions with this card.
Note: The verification code must be submitted before the codeExpiry timestamp from the initial binding request.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Card binding confirmed successfully. The card is now bound and ready for transactions.
The unique identifier (UUID) assigned to the successfully bound card. Store this cardId securely, as it is required to reference this card in all subsequent transaction requests (/verify, /purchase, etc.).
The final status of the card binding request (will be success on successful confirmation).
success A URL pointing to an image representing the card's brand.
The expiration date of the bound card in MM/YYYY format.
"12/2028"
The product tier of the card (e.g., Platinum, Gold, World Elite).
"Platinum"