Returns a list of recipients on an account.
Ordered alphabetically by name
.
OK
Bad Request
Unauthorized
Forbidden
Not Found
Method Not Allowed
Unsupported Media Type
Unable to process the request
Too Many Requests
Internal Server Error
{- "limit": 200,
- "offset": 100,
- "count": 67,
- "rows": [
- {
- "id": "8lciyups6",
- "accountId": "F50091",
- "accountIdentifier": "55555555",
- "bankIdentifier": "395744",
- "schemeName": "UK.OBIE.IBAN",
- "name": "William Walker",
- "friendlyName": "Electrician",
- "intermediaryBankIdentifier": "QBLCCCCV",
- "purposeCode": "string",
- "email": "string",
- "defaultPurpose": "Purpose of the payment",
- "defaultReference": "string",
- "status": "AUTHORISED",
- "sepa": true,
- "currency": "USD",
- "bankCode": "string",
- "createdBy": "string",
- "recipientType": "string",
- "verificationMethod": "phone",
- "recipientAddress": {
- "country": "string",
- "address": "123 Fake Street",
- "city": "London",
- "postcode": "SW1A 1AA"
}, - "bankAddress": {
- "bankName": "Brilliant Bank",
- "fullBankName": "Brilliant Bank Plc",
- "city": "Enfield",
- "postcode": "EN1 3JY",
- "country": "string",
- "address": "1 High Street"
}, - "validation": {
- "nameMatch": true,
- "reason": "string",
- "reasonCode": "N000",
- "actualName": "William Walker"
}, - "bankDetailsFormat": "bic-accountnumber"
}
]
}