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
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.
UNVERIFIED
,IN_PROGRESS
, REVIEW_PENDING
, RETRY
, VERIFIED
, RETRY_REQUESTED
,DOCUMENT_REQUESTED
,SUSPENDED
,DOCUMENT
document_status
Response
Enum
Document status of sender.
APPROVED
, RETRY
, PENDING
, FAILED
, MANUAL_VERIFICATION_REQUIRED
, NONE
,MANUALLY_VERIFIED
,CANCELED
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