Skip to main content
POST
Check KYC Status & Send OTP

Authorizations

Authorization
string
header
required

Access token obtained via /oauth2/token/. Use as Authorization: Bearer <access_token>.

Path Parameters

customerId
string<uuid>
required

Unique identifier for the customer.

Body

application/json

Optional payload. Omit it entirely to use the customer's stored email.

Payload for checking KYC status. The body is optional, and so is email inside it.

email
string<email>

Email to look up in Ripio. If omitted, the customer's stored email is used. If neither is available, the request fails with a 400.

Response

KYC approved in Ripio and OTP sent.

detail
string
required
Example:

"kyc approved. Otp sent"