Get 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"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.