Recipients
Retrieve a recipient
Returns the details of a recipient.
get/recipients/{recipientId}
Path parameters
recipientIdstring required
The recipient's ID.
Example:8lciyups6
Query parameters
accountIdstring required
The ID of the account to work with.
Example:F50091
Response
OK
Example response
{
"id": "8lciyups6",
"accountId": "F50091",
"accountIdentifier": "55555555",
"bankIdentifier": "395744",
"schemeName": "UK.OBIE.IBAN",
"name": "William Walker",
"friendlyName": "Electrician",
"intermediaryBankIdentifier": "QBLCCCCV",
"paymentNetwork": "SWIFT",
"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"
}