Trusted IBANs

Delete trusted IBAN

Deletes the trusted IBAN specified in the request URL. Please note the following:<ol><li>You must submit the person_id of the person who added this trusted IBAN as a query parameter in this request.</li><li>This endpoint will trigger the change request process.</li></ol>

delete/v1/accounts/{account_id}/trusted_ibans/{trusted_iban_id}

Path parameters

account_idstring required

Unique identifier of a customer's account.

trusted_iban_idstring required

ID of the trusted IBAN to delete.

Query parameters

person_idstring required

ID of the person who added the trusted IBAN to the account.

Response

The trusted IBAN was successfully deleted.

idstring

ID of the change request.

updated_atstring date-time

Updation date and time

status'ACCEPTED' | 'AUTHORIZATION_REQUIRED' | 'CONFIRMATION_REQUIRED' | 'COMPLETED' | 'FAILED'

Current status of the change request.

urlstring

URL to use for authorizing the change request.

Example response

{
  "id": "d6c778822b2d7bd3b778935bcfd02d1d3csc",
  "updated_at": "2021-01-30T08:30:00Z",
  "status": "AUTHORIZATION_REQUIRED",
  "url": "https://api.solaris-sandbox.de/v1/change_requests/d6c778822b2d7bd3b778935bcfd02d1d3csc/authorize"
}