Get KYC Information

Read on obtaining verification information of senders

This API is only applicable if you are using API for KYC.

The API provides the sender's KYC information.

GET /v2/senders/{{senderId}}/kyc-info

NameRequiredTypeDescription

senderId

Yes

UUID

Sender ID

first_name

Response

String

First name of the sender

middle_name

Response

String

Middle name of the sender

last_name

Response

String

Last name of the sender

gender

Response

String

Gender of the sender

email

Response

String

Email address of the sender.

mobile_phone

Response

String

10-15 digit mobile phone number of sender

date_of_birth

Response

String

Sender's date of birth (yyyy-mm-dd)

address_line1

Response

String

Sender's address line 1

address_line2

Response

String

Sender's address line 2

state

Response

String

2-letter ISO code of the sender's state

city

Response

String

Sender's city

zipcode

Response

String

Sender's postal code

kyc_status

Response

Enum

KYC status of sender. UNVERIFIED,IN_PROGRESS, REVIEW_PENDING, RETRY, VERIFIED, RETRY_REQUESTED,DOCUMENT_REQUESTED,SUSPENDED,DOCUMENT Details on statuses are here.

document_status

Response

Enum

[Will be deprecated soon]

Document status of sender. APPROVED, RETRY, PENDING, FAILED, MANUAL_VERIFICATION_REQUIRED, NONE,MANUALLY_VERIFIED,CANCELED

document

Response

Object

Details of the most recently uploaded ID document of the sender

document.expiry_date

Response

String

ID document expiry date (yyyy-mm-dd)

document.status

Response

Enum

Verification status of the sender's ID document: APPROVED, RETRY, PENDING, FAILED, MANUAL_VERIFICATION_REQUIRED, NONE,MANUALLY_VERIFIED,CANCELED

document.document_type

Response

Enum

Sender's ID document type: PASSPORT,DRIVING_LICENCE,STATE_ID

document.expiry_status

Response

Enum

Expiry status of sender's ID document. UNEXPIRED,EXPIRING_SOON, EXPIRED

sender_company

Response

Object

Details of sender's company/employer

sender_company.occupation

Response

String

Sender's occupation

sender_company.company_name

Response

String

Sender's company name

sender_company.company_address

Response

String

Address of sender's company

sender_company.company_phone

Response

String

Phone number of sender's company

user_agreement

Response

Boolean

True if sender has signed sender remit agreement

Last updated