get_verification_link
Generate a KYC verification link for a customer to complete identity verification before making transfers. The link redirects to specified success or reject URLs after verification.
Instructions
Generate a KYC verification link for a customer. The customer must complete verification before they can make transfers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rejectUrl | No | URL to redirect to after rejected verification | |
| ttlInSecs | No | Time-to-live for the KYC link in seconds (default: 1800) | |
| customerId | Yes | The customer ID to generate verification link for | |
| successUrl | No | URL to redirect to after successful verification |