Get Transaction Details

Get All Transactions of a Sender

This API provides the list of all the transactions associated with a particular sender.

GET /v2/senders/{{senderId}}/transactions

Field
Required
Type
Description

senderId

Yes

UUID

Sender ID.

Get Transaction by ID

This API can be used to fetch a particular transaction's information.

GET /v2/senders/{{senderId}}/transactions/{{transactionId}}

Field
Required
Type
Description

senderId

Yes

UUID

Sender ID.

transactionId

Yes

UUID

Transaction ID.

Last updated