documents of the customer or providing a link to the customer to submit documents by themselves.{
"success": true,
"data": {
"message": "KYC status retrieved successfully",
"status":
[
{
"routingId": "provider123",
"supportedRoutes": [
{
"from": {
"jurisdictionId": "US",
"jurisdictionName": "United States",
"jurisdictionType": "country",
"currency": "USD"
},
"to": {
"jurisdictionId": "UK",
"jurisdictionName": "United Kingdom",
"jurisdictionType": "country",
"currency": "GBP"
}
}
],
"kycStatus": "approved",
"routingEnabled": true,
"kycFees": {
"network": "Solana Mainnet (Chain ID: 101)",
"currency": "USDC",
"tokenAddress": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"amount": 25,
"toWalletAddress": "5FHgW3kXmAS2r6pNzV5C8JNz3xZyeZaJgHSzBGta3sVu",
"paymentReceived": true
}
}
]
}
}| Status | Description |
|---|---|
not_started | The KYC process has not been initiated for this entity and routing provider |
initiated | The KYC process has been started but not yet completed |
reviewing | KYC information has been submitted and is under review |
additional_info_required | Additional information is required to complete the KYC process |
rejected | The KYC verification has been rejected |
approved | The KYC verification has been approved |
DirectorPooled
not_started and paymentReceived is false:doucments or linkDirect payment method . Check the Submit KYC/KYB for more detailed information on submission requirements.link based KYC/KYB the response of this API will give the link which your customers need to access to submit their documents and other information.Prepaid option provides a more streamlined experience{
"success": true,
"data": {
"name": {
"first": "ALEXANDER J",
"middle": null,
"last": "SAMPLE",
"full": "ALEXANDER J SAMPLE"
},
"address": {
"street": "600 CALIFORNIA STREET",
"street2": "22 b",
"city": "SAN FRANCISCO",
"subdivision": "CA",
"postal_code": "94109",
"country_code": "US"
},
"dateOfBirth": "1977-07-17",
"phoneNumber": "+12345678900",
"emailAddress": "alex.sample@gmail.com",
"files": [
{
"type": "drivers_license_back",
"fileName": "drivers_license_back.jpg",
"contentType": "image/jpeg",
"downloadUrl": "https://dummy-link.com/drivers_license_back.jpg"
},
{
"type": "drivers_license_front",
"fileName": "drivers_license_front.jpg",
"contentType": "image/jpeg",
"downloadUrl": "https://dummy-link.com/drivers_license_front.jpg"
},
{
"type": "selfie_left",
"fileName": "selfie_left.jpg",
"contentType": "image/jpeg",
"downloadUrl": "https://dummy-link.com/selfie_left.jpg"
},
{
"type": "selfie_right",
"fileName": "selfie_right.jpg",
"contentType": "image/jpeg",
"downloadUrl": "https://dummy-link.com/selfie_right.jpg"
},
{
"type": "selfie",
"fileName": "selfie.jpg",
"contentType": "image/jpeg",
"downloadUrl": "https://dummy-link.com/selfie.jpg"
}
],
"identificationNumbers": [
{
"type": "drivers_license",
"issuingCountryCode": "US",
"identificationNumber": "I1234562"
},
{
"type": "social_security_number",
"issuingCountryCode": "US",
"identificationNumber": "123-12-1234"
}
]
}
}