latestOpenAPI 3.0.02026-08-102737124.3 KB
06b62340347d
Consumer Credit Line
Create a consumer credit line application
Creates a consumer credit line application and assigns it to the person with the person_id included in the request URL. The payload of this endpoint includes all the required financial information and account data about the applicant, which the credit scorer uses to initiate a series of credit checks. See the Consumer Splitpay guide for the list of mandatory properties.
post/v1/persons/{person_id}/credit_line_applications
Path parameters
person_idstring required
The person ID of the customer applying for the credit line.
Request body
Example request
{
"requested_credit_limit": {
"currency": "EUR",
"unit": "cents",
"value": 1000
},
"repayment_day_of_month": 1,
"recipient_iban": "DE92370601930002130041",
"private_insurance_amount": {
"currency": "EUR",
"unit": "cents",
"value": 1000
},
"partner_reference_number": "AGHD02130041",
"number_of_dependents": 2,
"net_income_amount": {
"currency": "EUR",
"unit": "cents",
"value": 1000
},
"marriage_status": "MARRIED",
"living_situation_amount": {
"currency": "EUR",
"unit": "cents",
"value": 1000
},
"living_situation": "LIVING_IN_RENTED_HOUSE",
"identification_id": "9dfe2f4edaa67138be0c0c1cd3a7d849cidt",
"existing_credit_repayment_excluding_mortgage": {
"currency": "EUR",
"unit": "cents",
"value": 1000
},
"employment_since": "2019-11-01",
"credit_record_id": "fbb7d15fa4c54ba0b077592665ef04a4ccrd"
}Response
Application
Example response
{
"status": "account_snapshot_pending",
"signing_id": "7c63600ddddec4f2668893af39c1b814csig",
"recipient_iban": "DE92370601930002130041",
"person_id": "dc1a6812a14f6cc338cd084208535bcdcper",
"partner_reference_number": "ABHP244919",
"offered_limit": {
"currency": "EUR",
"unit": "cents",
"value": 1000
},
"offered_interest_rate": 2.5,
"net_disposable_income": {
"currency": "EUR",
"unit": "cents",
"value": 1000
},
"marriage_status": "UNMARRIED",
"identification_id": "9e2e85c62230a652325964282c84559fcidt",
"id": "35eee37033c5436f9cbff6df1f88e097ccla",
"employment_status": "EMPLOYED",
"decision": "OFFERED",
"credit_line_id": "1908331fb8384edcbfe63067366c4b6accln"
}