v1
latestOpenAPI 3.0.02026-07-247150151.6 KBCredit
Submit credit application
Submit a credit application. All fields on the application must be populated before submitting. The customer must have passed KYC for the program in question.
post/credit/applications/{application_id}/submit
Response
Example response
{
"application_id": "2629182a-3aeb-4834-846a-1688d4649bb9",
"program_id": "54f7882b-6b95-4cde-a7eb-775b9468bcb1",
"date_created": "2021-11-15T00:17:56.842105Z",
"date_updated": "2021-11-15T00:17:56.842105Z",
"applicant": {
"customer_id": "05a8054f-8259-4e30-8d1d-d286081987bd",
"address_id": "bb5fa77d-fd66-4e31-81c0-eaf549b0c797",
"total_annual_income": 5000050,
"monthly_housing_payment": 1000,
"currency": "USD",
"first_name": "James",
"middle_name": "Herbert",
"last_name": "Bond",
"date_of_birth": "1997-12-25",
"street": "45 California St.",
"street2": "Suite 600",
"city": "San Francisco",
"state": "CA",
"country": "US",
"zip_code": "94105",
"ssn": "tok_sandbox_xoZzhoxaCXHb823bZp3x2e",
"email": "james@mi6.gov.uk"
},
"accounts": {
"security_deposit_account_id": "173121d8-f05e-4bb6-b280-b5b761d2214f"
}
}