v2

latestSwagger 2.02026-08-0610101.9 MB
Mandates

Fetch a mandate.

get/v0/mandates/{mandate-id}

Path parameters

mandate-idstring required

Response

OK

OR
OR

Example response

{
  "collection-amount": {
    "max-amount": {
      "currency": "GBP",
      "value": "1000.00"
    }
  },
  "creditor": {
    "iban": "GB42GFNB12345612345678",
    "uk-domestic-sort-code": "123456",
    "bic": "GFNBGB22",
    "account-number": "12345678",
    "bank-id": "123456",
    "bban": "GFNB12345612345678",
    "uk-domestic-account-number": "12345678",
    "other-account-identification": "ABC123",
    "other-institution-identification": "ABC123"
  }
}