Successful response
Sepa Instant 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 Limits
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/
Request
Fetch the limits set for the specific account_id as well as it's remaining and used limit.
- According to the new SEPA regulation coming into effect on October 9th, 2025, customers should have the option to set up a per-transaction and/or daily SEPA Instant limit if they wish to do so.
- Ensure the limit can be modified by the customer prior to initiating a SEPA Instant order. In the event of a payment rejection due to limit constraints, provide clear instructions on how the customer can adjust the limit.
- SEPA Limit configuration is optional. Consequently, all existing and newly created accounts will have the SEPA Instant limit unset by default.
- Please note that this is a pre-release and there will be some changes before we release the final version of the API.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/digital-banking/sepa-transfers/v1/accounts/{account_id}/sepa_instant_limits
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payload
Response
application/json
{ "daily_limit": { "value": 1000000, "unit": "cents", "currency": "EUR" }, "daily_used": { "value": 350000, "unit": "cents", "currency": "EUR" }, "daily_remaining": { "value": 650000, "unit": "cents", "currency": "EUR" }, "per_transaction_limit": { "value": 500000, "unit": "cents", "currency": "EUR" } }
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/digital-banking/sepa-transfers/v1/accounts/{account_id}/sepa_instant_limits
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
application/json
{ "daily_limit": { "value": 1000000, "unit": "cents", "currency": "EUR" }, "per_transaction_limit": { "value": 500000, "unit": "cents", "currency": "EUR" } }
Response
application/json
{ "daily_limit": { "value": 1000000, "unit": "cents", "currency": "EUR" }, "daily_used": { "value": 350000, "unit": "cents", "currency": "EUR" }, "daily_remaining": { "value": 650000, "unit": "cents", "currency": "EUR" }, "per_transaction_limit": { "value": 500000, "unit": "cents", "currency": "EUR" } }