Skip to content
Download OpenAPI description
Languages
Servers
Mock Server

https://docs.solarisgroup.com/_mock/api-reference/digital-banking/sepa-transfers/

Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations

Get SEPA Instant limits for an account

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.

Path
account_idstringrequired
No request payload

Responses

Successful response

Bodyapplication/json
daily_limitobject
daily_usedobject
daily_remainingobject
per_transaction_limitobject
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" } }

Update specific SEPA Instant limits for an account

Request

Partially update the SEPA Instant limits. This allows partners to set a daily and a per-transaction limit. By default, the account has no limit set. Only the limits specified in the request will be modified; other limits will remain unchanged.

Path
account_idstringrequired
Bodyapplication/json
daily_limitobject
per_transaction_limitobject
application/json
{ "daily_limit": { "value": 1000000, "unit": "cents", "currency": "EUR" }, "per_transaction_limit": { "value": 500000, "unit": "cents", "currency": "EUR" } }

Responses

Successful response

Bodyapplication/json
daily_limitobject
daily_usedobject
daily_remainingobject
per_transaction_limitobject
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" } }
Operations

(Legacy) SEPA Direct Debit for freelancers

Operations

(Legacy) SEPA Direct Debit for business

Operations

(Legacy) SEPA Direct Debit profile templates

Operations