tenant-mandate-read
or tenant-admin
Get BECS AU mandate.
Returns a BECS AU mandate.
Unauthorized
Forbidden
{- "mandateId": "42bd41f5-2d37-4ebc-8e48-a5fdd309f578",
- "mandateRef": "AYJ3BR4H67",
- "network": "BecsAu",
- "mandateType": "BecsAuB2C",
- "customerRef": "customer1",
- "status": "Active",
- "creditorProfileRef": "fb39d6eb3ac44d6597f0f7221da5e663",
- "financialInstrumentId": "d28a4016-a824-400b-9019-a35af2129f47",
- "created": "2023-01-01T12:00:00Z",
- "debtor": {
- "firstName": "John",
- "lastName": "Smith",
- "companyName": "J SMITH LTD",
- "email": "JohnDangerSmith@imbursepayments.com",
- "address": {
- "houseNumberOrName": "5",
- "streetAddress": "Adelaide Avenue",
- "city": "Deakin",
- "postcode": "ACT2600",
- "country": "AU"
}, - "accountHolderName": "J SMITH",
- "accountNumber": "12345678",
- "bsbNumber": "123456"
}
}
tenant-mandate-read
or tenant-admin
Get BECS NZ mandate.
Returns a BECS NZ mandate.
Unauthorized
Forbidden
{- "mandateId": "42bd41f5-2d37-4ebc-8e48-a5fdd309f578",
- "mandateRef": "AYJ3BR4H67",
- "network": "BecsNz",
- "mandateType": "BecsNzB2C",
- "customerRef": "customer1",
- "status": "Active",
- "creditorProfileRef": "fb39d6eb3ac44d6597f0f7221da5e663",
- "financialInstrumentId": "d28a4016-a824-400b-9019-a35af2129f47",
- "created": "2023-01-01T12:00:00Z",
- "debtor": {
- "firstName": "John",
- "lastName": "Smith",
- "companyName": "J SMITH LTD",
- "email": "JohnDangerSmith@imbursepayments.com",
- "address": {
- "houseNumberOrName": "Beehive",
- "streetAddress": "Pipitea",
- "city": "Wellington",
- "postcode": "6011",
- "country": "NZ"
}, - "accountHolderName": "J SMITH",
- "accountNumber": "123113000386900",
- "bankName": "Bank of New Zealand",
- "signatoryName": "JOHN SMITH"
}
}