tenant-mandate-read
or tenant-admin
Returns the details of a SEPA Creditor Profile.
Returns a SEPA Creditor Profile.
Unauthorized
Forbidden
{- "creditorProfileRef": "fb39d6eb3ac44d6597f0f7221da5e663",
- "profileName": "A_PROFILE_NAME_0",
- "network": "SEPA",
- "identifier": "AN_IDENTIFIER_0",
- "name": "A_NAME_0",
- "address": {
- "streetAddress": "street 1",
- "postcode": "8000",
- "city": "Zurich",
- "country": "CH"
}, - "metadata": {
- "property1": "string",
- "property2": "string"
}
}
tenant-mandate-write
or tenant-admin
Create a SEPA Creditor Profile.
The full details of the new SEPA Creditor-Profile.
Creditor profile created.
Bad Request - Validation error response, containing errors such as:
Unauthorized
Forbidden
{- "creditorProfileRef": "fb39d6eb3ac44d6597f0f7221da5e663",
- "profileName": "A_PROFILE_NAME_0",
- "identifier": "string",
- "name": "string",
- "address": {
- "streetAddress": "string",
- "postcode": "string",
- "city": "string",
- "country": "string"
}, - "metadata": {
- "property1": "string",
- "property2": "string"
}
}
CreditorProfileRef was not specified.
{- "title": "BAD_REQUEST",
- "detail": "See validation errors.",
- "timestamp": "2021-01-30T08:30:00Z",
- "correlationId": "0HMB2TA322CA7:00000001",
- "status": 400,
- "traceId": "0HMB2TA322CA7:00000001",
- "errors": [
- {
- "title": "REQUIRED_ATTRIBUTE",
- "detail": "The attribute CreditorProfileRef is required",
- "metadata": {
- "PropertyName": "CreditorProfileRef",
- "AttemptedValue": "null",
- "ErrorMessage": "The attribute CreditorProfileRef is required"
}
}
]
}
tenant-mandate-write
or tenant-admin
Update and register a draft SEPA mandate.
The full details of the updated draft SEPA mandate.
Mandate draft updated.
Registering mandate.
Bad Request - Validation error response, containing errors such as:
Unauthorized
Forbidden
{- "customerRef": "string",
- "creditorProfileRef": "fb39d6eb3ac44d6597f0f7221da5e663",
- "debtor": {
- "firstName": "John",
- "lastName": "Smith",
- "email": "JohnDangerSmith@imbursepayments.com",
- "address": {
- "houseNumberOrName": "221b",
- "streetAddress": "Baker Street",
- "extendedAddress": "string",
- "postcode": "NW1 6XE",
- "city": "London",
- "country": "GB"
}, - "iban": "GB29 NWBK 6016 1331 9268 19",
- "bic": "BKENGB2L123",
- "accountHolderName": "MR J D SMITH"
}, - "metadata": {
- "property1": "string",
- "property2": "string"
}
}
{- "financialInstrumentId": "35596f91-fea9-4297-b70b-01fdad24e25a",
- "mandateId": "d8c0e545-7d18-46b5-b807-aca31afc254f",
- "verificationCheck": {
- "status": "VERIFIED",
- "reason": "Verification Successful"
}
}
tenant-mandate-write
or tenant-admin
Create and register a new Sepa mandate in a single step.
The full details of the new Sepa mandate.
Mandate created.
Bad Request - Validation error response, containing errors such as:
Unauthorized
Forbidden
{- "customerRef": "string",
- "creditorProfileRef": "fb39d6eb3ac44d6597f0f7221da5e663",
- "debtor": {
- "firstName": "John",
- "lastName": "Smith",
- "email": "JohnDangerSmith@imbursepayments.com",
- "address": {
- "houseNumberOrName": "221b",
- "streetAddress": "Baker Street",
- "extendedAddress": "string",
- "postcode": "NW1 6XE",
- "city": "London",
- "country": "GB"
}, - "iban": "GB29 NWBK 6016 1331 9268 19",
- "bic": "BKENGB2L123",
- "accountHolderName": "MR J D SMITH"
}, - "metadata": {
- "property1": "string",
- "property2": "string"
}
}
{- "financialInstrumentId": "35596f91-fea9-4297-b70b-01fdad24e25a",
- "mandateId": "d8c0e545-7d18-46b5-b807-aca31afc254f",
- "verificationCheck": {
- "status": "VERIFIED",
- "reason": "Verification Successful"
}
}
tenant-mandate-read
or tenant-admin
Get SEPA mandate.
Returns a SEPA mandate.
Unauthorized
Forbidden
{- "mandateId": "d8c0e545-7d18-46b5-b807-aca31afc254f",
- "mandateRef": "AYJ3BR4H67",
- "network": "SEPA",
- "mandateType": "BacsB2C",
- "agreementType": "SingleUse",
- "customerRef": "your.customer73625",
- "status": "Draft",
- "inactiveReason": {
- "reasonCode": "DebtorCancelled",
- "description": "The mandate was cancelled at a bank branch."
}, - "creditorProfileRef": "fb39d6eb3ac44d6597f0f7221da5e663",
- "financialInstrumentId": "35596f91-fea9-4297-b70b-01fdad24e25a",
- "created": "2019-08-24T14:15:22Z",
- "debtor": {
- "firstName": "John",
- "lastName": "Smith",
- "companyName": "Imburse Ltd",
- "email": "JohnDangerSmith@imbursepayments.com",
- "language": "en",
- "address": {
- "houseNumberOrName": "221b",
- "streetAddress": "Baker Street",
- "extendedAddress": "string",
- "postcode": "NW1 6XE",
- "city": "London",
- "country": "GB"
}, - "iban": "GB29 NWBK 6016 1331 9268 19",
- "bic": "BKENGB2L123",
- "accountHolderName": "MR J D SMITH"
}, - "documentType": "Paper",
- "metadata": {
- "property1": "string",
- "property2": "string"
}
}
tenant-mandate-write
or tenant-admin
Amend a SEPA mandate.
The amended Bacs mandate details.
required | object (SepaDebtorDetailsRequestV2) |
Amending mandate.
Bad Request - Validation error response, containing errors such as:
Unauthorized
Forbidden
{- "debtor": {
- "firstName": "John",
- "lastName": "Smith",
- "email": "JohnDangerSmith@imbursepayments.com",
- "address": {
- "houseNumberOrName": "221b",
- "streetAddress": "Baker Street",
- "extendedAddress": "string",
- "postcode": "NW1 6XE",
- "city": "London",
- "country": "GB"
}, - "iban": "GB29 NWBK 6016 1331 9268 19",
- "bic": "BKENGB2L123",
- "accountHolderName": "MR J D SMITH"
}
}
{- "financialInstrumentId": "35596f91-fea9-4297-b70b-01fdad24e25a",
- "mandateId": "d8c0e545-7d18-46b5-b807-aca31afc254f",
- "verificationCheck": {
- "status": "VERIFIED",
- "reason": "Verification Successful"
}
}