latestOpenAPI 3.0.02026-08-102633113.7 KB
ab5ecf64ab87
Freelancer Overdrafts
Get Freelancer Overdraft Application
Returns the status and details of an existing freelancer overdraft application.
get/v1/persons/{person_id}/overdraft_applications/{overdraft_application_id}
Path parameters
person_idstring required
The unique person ID, generated after completing the person onboarding process.
overdraft_application_idstring required
The unique ID of a freelancer overdraft application.
Response
Application
Example response
{
"status": "offered",
"person_id": "dc1a6812a14f6cc338cd084208535bcdcper",
"partner_risk_class": "d",
"partner_reference_number": "a123456",
"partner_contact_number": "+491565904345",
"partner_contact_name": "Peter Mustermann",
"overdraft_rate": 9,
"overdraft_id": "00556cd181f2409aaa6c2a033cce3a8fcovd",
"limit": {
"value": 1000,
"unit": "cents",
"currency": "EUR"
},
"interest_accrual_rate": 3,
"id": "b83z264de98741018419b53648e20ca9coap",
"decision": "OFFERED",
"credit_record_id": "fbb7d15fa4c54ba0b077592665ef04a4ccrd",
"created_at": "2021-08-03T18:01:48.000Z"
}