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.
Example response
{
"id": "c06fbfcc98b04376a9f220c4578932e4",
"status": "created",
"limit": {
"value": 10000,
"unit": "cents",
"currency": "EUR"
}
}