get https://api.lenco.co/access/v2/transfer-recipients/
Retrieve information about a specific transfer recipient
Response schema:
{
"status": boolean,
"message": string,
"data": {
"id": string,
"currency": string,
"type": string,
"country": string,
"details": {
"type": string,
"accountName": string,
"accountNumber": string | null,
"bank": {
"id": string,
"name": string,
"country": string
} | null,
"phone": string | null,
"operator": string | null,
"walletNumber": string | null,
"tillNumber": string | null
}
}
}