Validate OTP for KYC Reuse
KYC via API
Validate OTP for KYC Reuse
Receives the OTP sent to the customer’s email. If the OTP is valid, an approved KYC is created for the customer.
POST
Validate OTP for KYC Reuse
Authorizations
Access token obtained via /oauth2/token/. Use as Authorization: Bearer <access_token>.
Path Parameters
Unique identifier for the customer.
Body
application/json
Payload for validating OTP.
The OTP code to verify.
Example:
"123456"
Response
OTP valid and KYC created successfully. Empty body.