verify_transfer_code
Verify the email code and get a transfer token valid for 15 minutes.
Call this after request_transfer_code and the user provides their code. Pass the returned transfer_token to get_transfer_code or unlock_domain.
Args: order_id: The order ID of a completed domain purchase. code: The 6-digit code from the verification email.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | ||
| order_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||