Mandates (BECS)

Get BECS AU MandateDeprecated

Role Requirements

tenant-mandate-read or tenant-admin

Description

Get BECS AU mandate.

Securitybearer
Request
path Parameters
mandateId
required
string <uuid> (MandateIdV2) [ 1 .. 50 ] characters

The system's unique identifier for the mandate.

Example: d8c0e545-7d18-46b5-b807-aca31afc254f
header Parameters
x-account-id
required
string <uuid> [ 1 .. 50 ] characters

The Account Id.

x-tenant-id
required
string <uuid> (TenantIdV2) [ 1 .. 50 ] characters

The Tenant Id.

x-correlation-id
string

Correlation Id for the request.

Responses
200

Returns a BECS AU mandate.

401

Unauthorized

403

Forbidden

404
  • Not Found - Mandate '00000000-0000-0000-0000-000000000000' was not found.
get/v2/mandates/becsau/{mandateId}
Request samples
Response samples
application/json
{
  • "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"
    }
}

Get BECS NZ MandateDeprecated

Role Requirements

tenant-mandate-read or tenant-admin

Description

Get BECS NZ mandate.

Securitybearer
Request
path Parameters
mandateId
required
string <uuid> (MandateIdV2) [ 1 .. 50 ] characters

The system's unique identifier for the mandate.

Example: d8c0e545-7d18-46b5-b807-aca31afc254f
header Parameters
x-account-id
required
string <uuid> [ 1 .. 50 ] characters

The Account Id.

x-tenant-id
required
string <uuid> (TenantIdV2) [ 1 .. 50 ] characters

The Tenant Id.

x-correlation-id
string

Correlation Id for the request.

Responses
200

Returns a BECS NZ mandate.

401

Unauthorized

403

Forbidden

404
  • Not Found - Mandate '00000000-0000-0000-0000-000000000000' was not found.
get/v2/mandates/becsnz/{mandateId}
Request samples
Response samples
application/json
{
  • "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"
    }
}
Copyright 2024 Duck Creek Technologies. All Rights Reserved.