Get Recipient Account Details
Read on obtaining information on added recipient accounts
Get list of receive accounts
You can fetch all the recipient accounts created under a recipient.
GET /v2/senders/{{senderId}}/recipients/{{recipientId}}/accounts
Field
Required
Type
Description
senderId
Yes
UUID
Sender ID
recipientId
Yes
UUID
Recipient ID
Get receive account by ID
You can fetch details of a particular recipient user account linked to a recipient.
GET /v2/senders/{{senderId}}/recipients/{{recipientId}}/accounts/{{accountId}}
Field
Required
Type
Description
senderId
Yes
UUID
Sender ID
recipientId
Yes
UUID
Recipient ID
accountId
Yes
UUID
Recipient Account ID
Last updated
Was this helpful?