Get transaction
GET/api/v1/stores/:storeId/transactions/:transactionId
Returns a single transaction by its transactionId (the deposit ID) or by invoiceId.
Use this to retrieve the exact fee and net amounts for a specific invoice,
or to get the payment hash (hash) after a deposit has settled.
Request
Responses
- 200
- 400
- 401
- 500
Successfully retrieved the transactions
Bad request. Invalid store ID or no deposits found.
Unauthorized.
Unexpected error.