# Sepa Instant Limits ## Get SEPA Instant limits for an account - [GET /v1/accounts/{account_id}/sepa_instant_limits](https://docs.solarisgroup.com/api-reference/digital-banking/sepa-transfers/sepa-instant-limits/paths/~1v1~1accounts~1%7Baccount_id%7D~1sepa_instant_limits/get.md): 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. ## Update specific SEPA Instant limits for an account - [PATCH /v1/accounts/{account_id}/sepa_instant_limits](https://docs.solarisgroup.com/api-reference/digital-banking/sepa-transfers/sepa-instant-limits/paths/~1v1~1accounts~1%7Baccount_id%7D~1sepa_instant_limits/patch.md): 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.