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

FieldRequiredTypeDescription

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}}

FieldRequiredTypeDescription

senderId

Yes

UUID

Sender ID

recipientId

Yes

UUID

Recipient ID

accountId

Yes

UUID

Recipient Account ID

Last updated