Returns an array containing all active SDD collection limits for the account specified in the request URL.
SDD Collection Limits
SEPA transfers
SEPA Direct Debits
SEPA Direct Debit Returns
SEPA Credit Transfers
(Legacy) Batch Transfer
SEPA Instant Credit Transfers
(Legacy) Standing orders
(Legacy) Timed orders
SDD Collection Applications
SDD Collections
SEPA Credit Batch Transfers
Scheduled Transfers
Verification of Payee
(Legacy) SEPA Direct Debit for freelancers
(Legacy) SEPA Direct Debit for business
(Legacy) SEPA Direct Debit profile templates
SEPA transfers (1.0)
Download OpenAPI description
Languages
Servers
Mock Server
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}/accounts/{account_id}/sdd_collection_limits
 
- Payload
 - cURL
 - Java
 - Python
 - Node.js
 - Go
 - Ruby
 - PHP
 
No request payloadResponse
application/json
{ "id": "f4ed772c970e1096a73d9418192a2d0camsg", "limit": { "value": 10000, "unit": "cents", "currency": "EUR" }, "limit_type": "EXTERNAL", "current_limit": true, "created_at": "2021-10-20T14:45:54Z", "comments": [ { … } ] }
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/digital-banking/sepa-transfers/v1/persons/{person_id}/accounts/{account_id}/sdd_collection_limits
 
- Payload
 - cURL
 - Java
 - Python
 - Node.js
 - Go
 - Ruby
 - PHP
 
application/json
{ "comment": "Comment", "limit": { "value": 10000, "unit": "cents", "currency": "EUR" }, "limit_type": "CUSTOMER_REQUEST" }
Response
application/json
{ "id": "f4ed772c970e1096a73d9418192a2d0camsg", "limit": { "value": 10000, "unit": "cents", "currency": "EUR" }, "limit_type": "EXTERNAL", "current_limit": true, "created_at": "2021-10-20T14:45:54Z", "comments": [ { … } ] }
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/digital-banking/sepa-transfers/v1/persons/{person_id}/accounts/{account_id}/sdd_collection_limits
 
- Payload
 - cURL
 - Java
 - Python
 - Node.js
 - Go
 - Ruby
 - PHP
 
No request payloadResponse
application/json
null