SDD Collections

Retrieve an SDD collection

Returns the active SDD collection for the account specified in the request URL.

get/v1/persons/{person_id}/accounts/{account_id}/sdd_collection

Path parameters

person_idstring required
account_idstring required

Response

The operation was successful.

idstring

ID of the SDD collection.

status'created' | 'interest_conditions_set' | 'limit_set' | 'revoked' | 'terminated'

The status of the SDD collection.

Example response

{
  "id": "c06fbfcc98b04376a9f220c4578932e4",
  "status": "created",
  "limit": {
    "value": 10000,
    "unit": "cents",
    "currency": "EUR"
  }
}