Get transaction

GET https://api.invunion.com/api/v1/transactions/:code transactions:read Markdown

Get one transaction by code.

Returns the transaction, including live matches (active and confirmed). Identify the transaction with its `transaction_code`.

Path parameters

NameTypeRequired
code

Transaction code (`transaction_code`).

Example: TX-8891

string

Max 50

Required

Errors

This operation can return the following errors in addition to generic HTTP failures.

Error HTTP code Description
Missing Bearer token 401 The Authorization header is missing or is not a Bearer token.
Invalid or revoked API key 401 The API key is unknown, malformed, expired, or has been revoked.
API key is missing scope transactions:read 403 The key does not include transactions:read. A write scope does not imply the matching read scope.
Too many requests, please try again later 429 Wait and retry. The Retry-After header is the number of seconds to wait.
Tenant ID required 400 The authenticated credential is not bound to a tenant.
Transaction not found 404 No transaction with this code exists in the authenticated tenant.
Internal server error 500 Unexpected server error. The JSON body includes correlationId. Retry with backoff.