Verify an OTP code that was previously sent to a customer’s email address or phone number via the Send Verification Code endpoint. A successful response confirms that the customer controls the specified contact channel and advances their KYC verification criteria. If the code is expired or incorrect, send a new code and prompt the customer to try again.Documentation Index
Fetch the complete documentation index at: https://docs.spherepay.co/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
Authentication
All requests must include a Bearer token in theAuthorization header.
Path parameters
The ID of the customer whose OTP code you are verifying.
Request parameters
The contact channel the code was sent to. Must match the
type used in the corresponding send request.Accepted values: "email" | "phone"The OTP code entered by the customer. Between 1 and 10 characters.
Response fields
The ID of the customer whose contact was verified.
ISO 8601 timestamp indicating when the verification was confirmed.

