create_token
Creates a card token for recurring payments by specifying order ID, amount, return URL, and customer IP address.
Instructions
Create a card token for recurring payments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order_id | Yes | Order ID for token creation | |
| amount | Yes | Amount in VND | |
| return_url | Yes | Return URL | |
| ip_addr | No | Customer IP address | 127.0.0.1 |