| Check | Description |
|---|---|
| Identity Document | Government-issued photo identification |
| Selfie Verification | Liveness check matched against the photo ID |
| Database Verification | PII validated against voter, telco, utility, or credit databases |
| AML Screening | PEP / HIO report, Watchlist / Sanctions report, Adverse Media Report |
| Requirement | Description |
|---|---|
| Business Identity | Legal name of business and Doing Business As (DBA) |
| EIN Number | Employer Identification Number |
| Address | Registered business address |
| Phone Number | Primary business contact number |
| Website | Business website URL |
| Check | Description |
|---|---|
| Database Verification | Validates business name, EIN, and address |
| Beneficial Owner KYC | All owners with 25% or more ownership undergo standard KYC |
| AML Screening | Business-level anti-money laundering screening |
| Watchlist / Sanctions | Screened against global watchlists and sanctions databases |
| Adverse Media Report | Screening for negative media coverage associated with the business |
documents of the customer or providing a link to the customer to submit documents by themselves.supportedRoutes field in the response of the API to undertsand which jursidictions are enabled and are of interest. The field will have sub sections of from and to jurisdictions. For example, if partners want to provide INR payout route to their customers, then the supportedRoute will have from jursidiction as Solana(USDT/USDC) and destination jurisdiction as INR.| Partner | Production | Sandbox |
|---|---|---|
| AED | infrap_0af8b379_fcd1_4be7_b682_e916642eb7cf | infrap_cd22afee_2237_405e_a38e_abaeed105a8a |
| BRL/ARS/MXN | infrap_33958bae_3803_4fd6_bbcf_758f54f7e06f | infrap_73069ca9_e874_4aac_8eac_b27c2c2d6a89 |
| PHP | infrap_76ba78e9_274c_4cd3_8b33_ae4f07151389 | infrap_32ed2473_7738_4e29_a617_d8cc918591f8 |
| INR | infrap_a00e4da2_56d4_427c_8e7a_93b2c8c2d756 | infrap_2a32fe43_b639_4acb_ac5b_b629d34691cd |
| USD-2 | infrap_eda14401_2372_461e_bffb_4bdf3a7ee651 | infrap_6ba200fc_094c_476d_bf38_8e3964f49f75 |
{
"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"
}
]
}
}