Skip to main content

DeleteBlockingRule

productstringrequired

Payment product to remove blocking rules from. Must be SEPA_DIRECT_DEBIT.

creditorMandate object

Collection mandate identification for deleting a rule applying to a specific mandate.

mandateRelatedInformation objectrequired
mandateIdentificationstringrequired

Unique identification, as assigned by the creditor, to unambiguously identify the collection mandate.

creditorSchemeIdentification objectrequired

Credit party that signs the mandate.

identification objectrequired

Unique and unambiguous identification for the account.

ibanstring

International Bank Account Number (IBAN) - identifier used internationally by financial institutions to uniquely identify the account of a customer. Must be between 15 and 34 characters.

Possible values: >= 15 characters and <= 34 characters

other object

Unique identification of an account, as assigned by the account servicer, using any other identification scheme.

identificationstringrequired

Identification assigned by an institution. Must not exceed 34 characters.

Possible values: non-empty and <= 34 characters

schemestringrequired

Name or code of the identification scheme. Must not exceed 35 characters.

Possible values: non-empty and <= 35 characters

DeleteBlockingRule
{
"product": "string",
"creditorMandate": {
"mandateRelatedInformation": {
"mandateIdentification": "string"
},
"creditorSchemeIdentification": {
"identification": {
"iban": "string",
"other": {
"identification": "string",
"scheme": "string"
}
}
}
}
}