Initiate KYC
Read on initiating KYC process for senders
This API is only applicable if you are using API for KYC.
The API enables you to initiate the sender's KYC process. It is required to provide user agreement details and all the required sender information before initiating sender's KYC.
PUT /v2/senders/{{senderId}}/initiate-kyc
Field | Required | Type | Description |
---|---|---|---|
senderId | Yes, in URL | UUID | id of the sender |
sender_id | Response | UUID | Id of the sender |
kyc_status | Response | Enum | Updated KYC status of sender.
|
document_status | Response | Enum | Document status of sender.
|
If KYC status is RETRY
, you should prompt sender to provide additional information. The additional information required for KYC can be retrieved from Get KYC Fields API.
If KYC status is REVIEW_PENDING
, the admin user can request sender for additional information such as senderFullSSN
,senderProofOfAddress
, and senderSourceOfFund
from dashboard. The additional information requested by admin user can be retrieved from Get KYC Fields API.
Last updated