v25

OpenAPI 3.1.0raw.githubusercontent.com2026-08-014254240.1 KB
Transactions

Retrieve transaction

Retrieves a transaction by ID.

get/v1/transactions/{id}

Path parameters

idstring uuid required

Unique identifier of the transaction.

Response

The transaction resource

idstring uuid required

Unique identifier of the transaction.

type'transaction' required

Resource type discriminator.

side'credit' | 'debit' required

Direction of the movement relative to the merchant account.

status'pending' | 'completed' | 'failed' required

Lifecycle state of the transaction.

amountstring required

Absolute amount as a string decimal (e.g. "100.50").

currency'EUR' | 'GBP' | 'USD' | 'USDC' | 'BTC' | 'ETH' | 'SOL' | 'POL' required

ISO 4217 fiat or crypto currency code of the amount.

account_idstring uuid required

ID of the merchant account this transaction settled on.

bank_statement_referencestring nullable required

Reference visible on the bank statement, or null when not applicable.

created_atstring date-time required

ISO 8601 UTC timestamp when the transaction was recorded.