/transfer-recipients

Retrieve information about all your transfer recipients

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
		    }
		}
    ],
    "meta": {
        "total": number,
        "pageCount": number,
        "perPage": number,
        "currentPage": number
    }
}
Language
Credentials
Header