tenant-mandate-read
or tenant-admin
Validates that a the SEPA Direct Debit Core configuration is valid.
Success
Unauthorized
Forbidden
{- "isValid": true,
- "validationMessages": [
- "string"
]
}
tenant-mandate-write
or tenant-admin
Create or update a SEPA Direct Debit Core configuration.
Success
Unauthorized
Forbidden
{- "iban": "string",
- "bic": "string",
- "address": {
- "streetAddress": "string",
- "extendedAddress": "string",
- "locality": "string",
- "region": "string",
- "postcode": "string",
- "country": "string"
}
}
tenant-mandate-read
or tenant-admin
Get the SEPA Direct Debit Core configuration
Success
Unauthorized
Forbidden
{- "iban": "string",
- "bic": "string",
- "address": {
- "streetAddress": "string",
- "extendedAddress": "string",
- "locality": "string",
- "region": "string",
- "postcode": "string",
- "country": "string"
}
}
tenant-mandate-write
or tenant-admin
Create or update a SEPA Direct Debit Core configuration.
Success
Unauthorized
Forbidden
{- "iban": "string",
- "bic": "string",
- "address": {
- "streetAddress": "string",
- "extendedAddress": "string",
- "locality": "string",
- "region": "string",
- "postcode": "string",
- "country": "string"
}
}
tenant-mandate-write
or tenant-admin
Delete an existing SEPA Direct Debit Core configuration.
Success
Unauthorized
Forbidden
tenant-admin
Create a Mandate.
Success
Unauthorized
Forbidden
{- "customerRef": "string",
- "debtor": {
- "name": "string",
- "address": {
- "streetAddress": "string",
- "extendedAddress": "string",
- "locality": "string",
- "region": "string",
- "postcode": "string",
- "country": "string"
}, - "iban": "string",
- "bic": "string"
}, - "creditor": {
- "name": "string",
- "identifier": "string"
}, - "firstCollectionDate": "string",
- "paymentType": "string",
- "dateSigned": "string",
- "signatures": [
- {
- "type": "string",
- "name": "string",
- "value": "string"
}
], - "documentTemplateId": "string",
- "metadata": {
- "property1": "string",
- "property2": "string"
}
}
{- "mandateReference": "string",
- "financialInstrumentId": "35596f91-fea9-4297-b70b-01fdad24e25a"
}
tenant-admin
Get a Mandate by its Mandate Reference.
Success
Unauthorized
Forbidden
{- "mandateReference": "string",
- "customerRef": "string",
- "financialInstrumentId": "35596f91-fea9-4297-b70b-01fdad24e25a",
- "debtor": {
- "name": "string",
- "address": {
- "streetAddress": "string",
- "extendedAddress": "string",
- "locality": "string",
- "region": "string",
- "postcode": "string",
- "country": "string"
}, - "iban": "string",
- "bic": "string"
}, - "creditor": {
- "name": "string",
- "identifier": "string"
}, - "firstCollectionDate": "string",
- "paymentType": "string",
- "dateSigned": "string",
- "signatures": [
- {
- "type": "string",
- "name": "string",
- "value": "string"
}
], - "network": "string",
- "mandateSigningType": "string",
- "status": "string",
- "documentTemplateId": "string",
- "documentId": "string",
- "documentLocation": "string",
- "metadata": {
- "property1": "string",
- "property2": "string"
}, - "createdTimestamp": 0,
- "updatedTimestamp": 0
}
tenant-mandate-read
or tenant-admin
Download a Mandate using its Mandate Reference and DocumentId.
Success
Unauthorized
Forbidden