Send a one-time password (OTP) to a customer’s registered email address or phone number as part of contact verification during the KYC flow. After the code is sent, prompt the customer to enter it and then call the Verify OTP Code endpoint to confirm the contact detail. OTP codes expire at the time indicated byDocumentation Index
Fetch the complete documentation index at: https://docs.spherepay.co/llms.txt
Use this file to discover all available pages before exploring further.
expiresAt in the response — if the code has expired before the customer submits it, call this endpoint again to send a new one.
Endpoint
Authentication
All requests must include a Bearer token in theAuthorization header.
Path parameters
The ID of the customer to send the verification code to.
Request parameters
The contact channel to send the OTP to.Accepted values:
"email" | "phone"Response fields
The ID of the customer the OTP was sent to.
ISO 8601 timestamp indicating when the OTP expires. Send a new code if the customer has not verified before this time.

