curl --request GET \
--url https://production.hifibridge.com/v2/users/{userId}/kyc \
--header 'Authorization: Bearer <token>'{
"userId": "35dbc7ea-2877-4a70-add6-b5458289df23",
"kycInfo": {
"type": "individual",
"firstName": "John",
"firstNameLocal": "Lil John",
"middleName": null,
"middleNameLocal": null,
"lastName": "Doe",
"lastNameLocal": null,
"nationality": "USA",
"email": "[email protected]",
"phone": "+12223334444",
"address": {
"addressLine1": "123 Main St",
"addressLine2": null,
"city": "San Francisco",
"stateProvinceRegion": "CA",
"postalCode": "94105",
"country": "USA"
},
"dateOfBirth": "1990-01-01",
"countryOfBirth": "USA",
"stateOfBirth": "NY",
"placeOfBirth": null,
"taxIdentificationNumber": "123456789",
"taxResidenceCountry": "USA",
"govIdType": "PASSPORT",
"govIdNumber": "123456789",
"govIdFrontUrl": "https://example.com",
"govIdBackUrl": "https://example.com",
"govIdCountry": "USA",
"govIdIssuanceDate": "2020-01-01",
"govIdExpirationDate": "2027-01-01",
"govIdIssuanceAuthority": null,
"govIdHandHoldUrl": "https://example.com",
"proofOfAddressType": "UTILITY_BILL",
"proofOfAddressUrl": "https://example.com",
"sofEuQuestionnaire": null,
"ipAddress": "108.28.159.21",
"idType": "NIN",
"idNumber": "123456789",
"additionalIdType": null,
"additionalIdNumber": null,
"purpose": null,
"productServiceCategory": null,
"supplementaryInfo": null,
"supplementaryUrl": null,
"documents": []
}
}Get the KYC information the user currently holds.
curl --request GET \
--url https://production.hifibridge.com/v2/users/{userId}/kyc \
--header 'Authorization: Bearer <token>'{
"userId": "35dbc7ea-2877-4a70-add6-b5458289df23",
"kycInfo": {
"type": "individual",
"firstName": "John",
"firstNameLocal": "Lil John",
"middleName": null,
"middleNameLocal": null,
"lastName": "Doe",
"lastNameLocal": null,
"nationality": "USA",
"email": "[email protected]",
"phone": "+12223334444",
"address": {
"addressLine1": "123 Main St",
"addressLine2": null,
"city": "San Francisco",
"stateProvinceRegion": "CA",
"postalCode": "94105",
"country": "USA"
},
"dateOfBirth": "1990-01-01",
"countryOfBirth": "USA",
"stateOfBirth": "NY",
"placeOfBirth": null,
"taxIdentificationNumber": "123456789",
"taxResidenceCountry": "USA",
"govIdType": "PASSPORT",
"govIdNumber": "123456789",
"govIdFrontUrl": "https://example.com",
"govIdBackUrl": "https://example.com",
"govIdCountry": "USA",
"govIdIssuanceDate": "2020-01-01",
"govIdExpirationDate": "2027-01-01",
"govIdIssuanceAuthority": null,
"govIdHandHoldUrl": "https://example.com",
"proofOfAddressType": "UTILITY_BILL",
"proofOfAddressUrl": "https://example.com",
"sofEuQuestionnaire": null,
"ipAddress": "108.28.159.21",
"idType": "NIN",
"idNumber": "123456789",
"additionalIdType": null,
"additionalIdNumber": null,
"purpose": null,
"productServiceCategory": null,
"supplementaryInfo": null,
"supplementaryUrl": null,
"documents": []
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ID of the user
Success
Show child attributes
individual Show child attributes
The second part of the ISO 3166-2 subdivision code. This must be provided if the country has subdivisions.
An ISO 3166-2 code consists of two parts, separated by a hyphen (-):
US, CA, BR);Only provide the second part of the code (e.g., CA for California in US-CA, or SP for São Paulo in BR-SP).
Must be supplied for countries that use postal codes.
Three-letter alpha-3 country code as defined in the ISO 3166-1 spec.
Show child attributes
Is the customer acting as an intermediary for a third party?
What is the customer's current employment status?
employed, homemaker, retired, self_employed, student, unemployed What is the expected monthly volume of payments the customer will be sending or receiving?
0_4999, 5000_9999, 10000_49999, 50000_plus What is the primary purpose of the customer's account?
charitable_donations, ecommerce_retail_payments, investment_purposes, operating_a_company, payments_to_friends_or_family_abroad, personal_or_living_expenses, protect_wealth, purchase_goods_and_services, receive_payment_for_freelancing, receive_salary, other Required if the primary purpose is 'other'.
What is the source of funds for the customer's account?
company_funds, ecommerce_reseller, gambling_proceeds, gifts, government_benefits, inheritance, investments_loans, pension_retirement, salary, sale_of_assets_real_estate, savings, someone_elses_funds Show child attributes