POST
Create KYC for Beneficiary

Body

multipart/form-data
email
string
required

Email address associated with the beneficiary’s KYC process. This email will be used to approve the payout processing later.

Example:

"beneficiary@example.com"

id_doc_type
enum<string>
required

Type of ID document provided for KYC verification. Options include:

  • id_card: National identification card.
  • passport: Passport document.
Available options:
id_card,
passport
Example:

"passport"

id_doc_front_side
file
required

Front side of the ID document. The file format must be PDF.

id_doc_back_side
file
required

Back side of the ID document. The file format must be PDF.

selfie
file
required

A selfie image of the beneficiary for identity verification. The file format must be JPEG.

Response

KYC submission was successful.

status
string

Indicates the status of the KYC submission.

Example:

"OK"