Skip to main content
GET
Transaction details

Overview

GET /wallet/transactions/{id} returns full details of one wallet transaction. Use this when you have a transaction ID (from a webhook, list response, or your own logs) and want to inspect it. For card transactions, use GET /cards/{id}/transactions/{transactionId} — that’s a separate, card-specific endpoint.

When to use it

  • Look up a single transaction during support.
  • Refresh a transaction’s status after a webhook.

Prerequisites

  • The transaction must belong to one of your wallets.

Request

Headers

Path parameters

Response

200 — Success

For the field reference, see GET /wallet/transactions/wallet/{walletId}.

Error responses

Code examples

cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Response

Detailed information for a single wallet transaction.

success
boolean
Example:

true

statusCode
integer
Example:

200

message
string
Example:

"Data retrieved successfully"

data
object