/transfer-recipients/:id

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
	    }
	}
}
Language
Credentials
Header