create_token
Tokenize a card to enable recurring payments. Provide card details and a return URL to generate a token for future transactions.
Instructions
Tokenize a card for recurring payments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cvv | Yes | Card CVV | |
| return_url | Yes | Return URL after tokenization | |
| card_number | Yes | Card number | |
| expiry_year | Yes | Expiry year (YYYY) | |
| expiry_month | Yes | Expiry month (MM) |