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

Index SDD collection limits for an account

Request

Returns an array containing all active SDD collection limits for the account specified in the request URL.

Path
person_idstringrequired
account_idstringrequired
Query
page[size]integer

Specifies the number of resources to return in each page of results.

Default 10
page[number]integer

Specifies the number of pages of results to return.

Default 1
filter[id]string

Filter the results by the ID of the resource.

filter[limit_type]string

Filter the results by the limit type.

No request payload

Responses

The operation was successful.

Headers
Totalstring

Total number of resources to return.

Example: "123"
Per-Pagestring

Number of resources to return in each page.

Example: "10"
Linkstring

Links to first/previous/next/last pages.

Example: "<url?page[size]=10&page[number]=1>; rel=\"first\", <url?page[size]=10&page[number]=13>; rel=\"last\", <url?page[size]=10&page[number]=2>; rel=\"next\", <url?page[size]=10&page[number]=4>; rel=\"prev\"\n"
Bodyapplication/json
idstring

ID of the account limit.

Example: "f4ed772c970e1096a73d9418192a2d0camsg"
limitobject

The amount of the limit.

limit_typestring

The SDD collection limit type.

Enum"EXTERNAL""INTERNAL"
current_limitboolean

Indicates whether the limit is the one currently applied to the account.

Example: true
created_atstring(date-time)

UTC timestamp from when the limit was created.

Example: "2021-10-20T14:45:54Z"
commentsArray of objects(comment)

Optional comments applied to the limit.

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": [ {} ] }

Request

Creates an SDD collection limit on the account specified in the request URL.

Path
person_idstringrequired
account_idstringrequired
Bodyapplication/json
limitobjectrequired

The limit of the SDD collection.

limit.​valueinteger

The amount, in Euro cents.

Example: 10000
limit.​unitstring

The unit of the given value.

Example: "cents"
limit.​currencystring

The currency.

Example: "EUR"
commentstring

A comment to append to the SDD collection limit.

Example: "Comment"
limit_typestring

The type of SDD collection limit. Use the value CUSTOMER_REQUEST.

Value"CUSTOMER_REQUEST"
application/json
{ "comment": "Comment", "limit": { "value": 10000, "unit": "cents", "currency": "EUR" }, "limit_type": "CUSTOMER_REQUEST" }

Responses

The SDD collection limit was successfully created.

Bodyapplication/json
idstring

ID of the account limit.

Example: "f4ed772c970e1096a73d9418192a2d0camsg"
limitobject

The amount of the limit.

limit_typestring

The SDD collection limit type.

Enum"EXTERNAL""INTERNAL"
current_limitboolean

Indicates whether the limit is the one currently applied to the account.

Example: true
created_atstring(date-time)

UTC timestamp from when the limit was created.

Example: "2021-10-20T14:45:54Z"
commentsArray of objects(comment)

Optional comments applied to the limit.

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": [ {} ] }

Request

Disables the active SDD collection limit for the account specified in the request URL.

Path
person_idstringrequired
account_idstringrequired
Query
limit_typestringrequired

Specifies the limit type to return.

commentstring
No request payload

Responses

The operation was successful.

Bodyapplication/json
any(no_content)

No content

Response
application/json
null
Operations
Operations
Operations
Operations
Operations
Operations

(Legacy) SEPA Direct Debit for freelancers

Operations

(Legacy) SEPA Direct Debit for business

Operations

(Legacy) SEPA Direct Debit profile templates

Operations