Verify Card
cards_verifyVerify a card by submitting the SMS verification code sent to the cardholder. Required after creating a card token.
Instructions
Verify a card using the SMS code sent to the cardholder. Must be called after cards_create. Example: cards_verify({ token: '630e5e...', code: '666666' })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | SMS verification code | |
| token | Yes | Card token from cards_create |