Get recipient details

Get the details of a recipient’s account using the Customer ID and recipient ID as parameters. This call will also return details of inactive recipients.

Authentication: Bearer token required

Path parameters

customer_idstringRequired
The unique identifier for the customer whose recipient details you want to retrieve
recipient_idstringRequired
Unique Recipient Identifier

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

Recipient details retrieved successfully
recipient_idstring
The recipient id used to identify this recipient.
namestring
Name of the recipient as per their bank records.
typeenum

Indicates the recipient type — either “Individual” or “Corporate”.

Allowed values:
countrystring

Recipient’s Country Code in ISO 3166-1 Alpha-3 Country Codes.

statusenum
Status of this recipient.
Allowed values:
emailstring or null
Email id to which you want to receive the communications.
phone_numberstring or null
Recipient's phone number.
mobile_numberstring or null
Recipient's mobile number.
client_reference_idstring or null
Unique client reference to identify this recipient in future.
payment_referencestring or null

Optional reference used by certain recipients for payment identification. If provided, include this value in the payment_reference field when creating payments to that recipient.

customer_own_accountenum or null

Enum: [yes,no]. Added recipient is customer’s own account or not.

Allowed values:
last_updateddatetime or null
Last modification timestamp.
addressobject or null
recipient_bank_detailsobject or null

Errors