SDD Collection Applications
Create an SDD collection application
Creates an application for an SDD collection for the person specified in the request URL.
post/v1/persons/{person_id}/sdd_collection_applications
Path parameters
person_idstring required
Request body
Example request
{
"credit_record_id": "84f468eacc7a4784ba0d4b0b577a9265"
}Response
The operation was successful.
Example response
[
{
"id": "dec2961f594045159195ca66e55fd6ea",
"person_id": "ec71f4b0456b424b97cc8be75b2c77d4",
"credit_record_id": "84f468eacc7a4784ba0d4b0b577a9265",
"sdd_collection_id": "c06fbfcc98b04376a9f220c4578932e4",
"account_snapshot_id": "973a5f01ed7a416fadfed954c5bce782",
"status": "pending",
"decision": "OFFERED",
"rejection_reasons": [
"probability_of_default"
],
"created_at": "2021-10-20T14:45:54Z",
"limit": {
"value": 10000,
"unit": "cents",
"currency": "EUR"
}
}
]