Returns a list of all SDD collection applications for the person specified in the request URL.
SEPA transfers (1.0)
https://docs.solarisgroup.com/_mock/api-reference/digital-banking/sepa-transfers/
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/digital-banking/sepa-transfers/v1/persons/{person_id}/sdd_collection_applications
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payload
The operation was successful.
ID of the person who created the SDD collection application.
The credit_record_id
of the SDD collection application.
ID of the relevant account snapshot record.
The decision taken on the SDD collection application.
An array of reasons why the SDD collection application was rejected.
UTC timestamp from when the application was created.
[ { "id": "dec2961f594045159195ca66e55fd6ea", "person_id": "ec71f4b0456b424b97cc8be75b2c77d4", "credit_record_id": "84f468eacc7a4784ba0d4b0b577a9265", "sdd_collection_id": "c06fbfcc98b04376a9f220c4578932e4", "account_snapshot_id": "973a5f01ed7a416fadfed954c5bce782", "status": "pending", "decision": "OFFERED", "rejection_reasons": [ … ], "created_at": "2021-10-20T14:45:54Z", "limit": { … } } ]
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/digital-banking/sepa-transfers/v1/persons/{person_id}/sdd_collection_applications
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
{ "credit_record_id": "84f468eacc7a4784ba0d4b0b577a9265" }
The operation was successful.
ID of the person who created the SDD collection application.
The credit_record_id
of the SDD collection application.
ID of the relevant account snapshot record.
The decision taken on the SDD collection application.
An array of reasons why the SDD collection application was rejected.
UTC timestamp from when the application was created.
[ { "id": "dec2961f594045159195ca66e55fd6ea", "person_id": "ec71f4b0456b424b97cc8be75b2c77d4", "credit_record_id": "84f468eacc7a4784ba0d4b0b577a9265", "sdd_collection_id": "c06fbfcc98b04376a9f220c4578932e4", "account_snapshot_id": "973a5f01ed7a416fadfed954c5bce782", "status": "pending", "decision": "OFFERED", "rejection_reasons": [ … ], "created_at": "2021-10-20T14:45:54Z", "limit": { … } } ]
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/digital-banking/sepa-transfers/v1/persons/{person_id}/sdd_collection_applications/{sdd_collection_application_id}/account
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
{ "account_id": "string" }
null
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/digital-banking/sepa-transfers/v1/persons/{person_id}/sdd_collection_applications/{sdd_collection_application_id}/account_snapshot
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
{ "account_snapshot_id": "string" }
null
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/digital-banking/sepa-transfers/v1/persons/{person_id}/sdd_collection_applications/{sdd_collection_application_id}
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payload
The operation was successful.
ID of the person who created the SDD collection application.
The credit_record_id
of the SDD collection application.
ID of the relevant account snapshot record.
The decision taken on the SDD collection application.
An array of reasons why the SDD collection application was rejected.
UTC timestamp from when the application was created.
{ "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" } }