v1
latestOpenAPI 3.1.02026-07-24170121.2 MBGet Transaction
Get Transaction
This API endpoint gets transaction details based on the trace ID associated with the transaction.
get/v3/transactions/{traceId}
Path parameters
traceIdstring uuid required
Unique trace identifier for the transaction
Headers
Authorizationstring required
Bearer token used to authenticate API requests.
X-Idempotency-Keystring uuid required
Unique key used to prevent duplicate transaction commands.
Response
Transaction information.
Example response
{
"amount": {
"currency": "USD"
}
}