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

FieldRequiredTypeDescription

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

FieldRequiredTypeDescription

senderId

Yes

UUID

Sender ID.

transactionId

Yes

UUID

Transaction ID.

Last updated