curl --request POST \
--url https://{base_url}/v1/customers/individual \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '
{
"basic_info": {
"first_name": "John",
"last_name": "Doe",
"dob": "1992-03-15",
"email": "john.doe@example.com",
"phone": "+14155552671",
"country_of_residence": "USA",
"nationality": "USA",
"tin": "12-345-6789"
},
"address": {
"street": "742 Evergreen Terrace",
"city": "Springfield",
"state": "IL",
"postal_code": "62704",
"country": "USA"
},
"financial_profile": {
"occupation_id": 85,
"source_of_fund_id": 9,
"purpose_id": 4,
"monthly_volume_usd": 3400.5
},
"meta_data": {
"reference": "ref-johndoe-demo-2025"
}
}
'{
"data": {
"customer_id": "<string>",
"tos_policies_url": "<string>>"
}
}Create a new individual customer with verification details
curl --request POST \
--url https://{base_url}/v1/customers/individual \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '
{
"basic_info": {
"first_name": "John",
"last_name": "Doe",
"dob": "1992-03-15",
"email": "john.doe@example.com",
"phone": "+14155552671",
"country_of_residence": "USA",
"nationality": "USA",
"tin": "12-345-6789"
},
"address": {
"street": "742 Evergreen Terrace",
"city": "Springfield",
"state": "IL",
"postal_code": "62704",
"country": "USA"
},
"financial_profile": {
"occupation_id": 85,
"source_of_fund_id": 9,
"purpose_id": 4,
"monthly_volume_usd": 3400.5
},
"meta_data": {
"reference": "ref-johndoe-demo-2025"
}
}
'{
"data": {
"customer_id": "<string>",
"tos_policies_url": "<string>>"
}
}Documentation Index
Fetch the complete documentation index at: https://developer.fin.com/llms.txt
Use this file to discover all available pages before exploring further.
RELIANCE verification type but it’s not enabled for your client, you will receive a 423 error with message: “RELIANCE is not available for your client”Created
Show child attributes