v1
latestOpenAPI 3.1.02026-07-226250251.5 KBCustomers
Get Customer Details
Retrieve detailed information for a specific customer
get/v1/customers/{customer_id}
Path parameters
customer_idstring uuid required
Response
Customer details retrieved successfully
Example response
{
"data": {
"customer_id": "56c41b8e-e650-4f55-94f6-26a888a9b64d",
"first_name": "John",
"last_name": "Doe",
"email": "john.doe@fin.com",
"phone": "+14724480512",
"country_of_residence": "USA",
"verification_type": "STANDARD",
"customer_status": "ON_HOLD",
"tos_policies_url": "https://orchestration.fin.com/orchestration-customer-tos?customer_id=56c41b8e-e650-4f55-94f6-26a888a9b64d&tos_policies_value=e9414388-fbdf-4407-b5c2-bc39eae3645b",
"created_at": "2026-04-15T11:49:27Z",
"updated_at": "2026-04-15T11:52:48Z",
"last_status_updated_at": "2026-04-15T11:52:48Z",
"capabilities": {
"on_ramp": [
{
"currency": "USD",
"methods": [
"ACH",
"FEDWIRE"
]
}
],
"off_ramp": [
{
"currency": "USD",
"methods": [
"BANK"
],
"reason": {
"for_developer": "Customer is under review"
}
}
]
},
"request_for_information": []
}
}