v1
latestOpenAPI 3.1.02026-07-136388308.2 KBPayees
Get details of a payee
This endpoint will retrieve the details of a specific payee. You will need to enable PERM_BUSINESS_GET_FUNDING_SOURCE to use this endpoint.
get/v1/payees/{payeeId}
Path parameters
payeeIdinteger required
The unique ID of the payee.
Example:346748
Response
An array of payee information
Example response
{
"id": 742,
"currency": {
"code": "EUR",
"description": "Euro"
},
"status": "LIVE",
"accountName": "Joe",
"accountHolderName": "Joe Bloggs",
"bic": "BOFIIE2DXXX",
"iban": "IE86BOFI90535211111111",
"nsc": "998822",
"accountNumber": "12345678",
"createdBy": "CUSTOMER",
"dateCreated": "2019-08-22T07:48:56.460Z"
}