Get Recipient Details

Get the details of a recipient, like name, account number, etc

Response parameters description

Parameter NameDescriptionUse
recipient_idUnique Id generated for each recipientYou can map this recipient_id against each account as this will be required at the time of transaction
is_verifiedIf the recipient is verified from the bank or not.

Values and description
0- Not verified from bank
1- Verified from bank
You can use this parameter to know if the recipient is verified from the bank or not.

👍

GET

/customers/{customer_id_type}:{customer_id}/recipients/recipient_id:{id}

eg: /customers/**mobile_number:9876543210/recipients/recipient_id:10002332
Language