v50

latestOpenAPI 3.0.0raw.githubusercontent.com2026-07-295891,4407.6 MB

Retrieve a Transaction

Retrieves the details of an existing Transaction.

get/v1/treasury/transactions/{id}

Path parameters

idstring required

Query parameters

expandstring[]

Specifies which fields in the response should be expanded.

Response

Successful response.

amountinteger required

Amount (in cents) transferred.

createdinteger required

Time at which the object was created. Measured in seconds since the Unix epoch.

currencystring currency required

Three-letter ISO currency code, in lowercase. Must be a supported currency.

descriptionstring required

An arbitrary string attached to the object. Often useful for displaying to users.

financial_accountstring required

The FinancialAccount associated with this object.

flowstring nullable

ID of the flow that created the Transaction.

flow_type'credit_reversal' | 'debit_reversal' | 'inbound_transfer' | 'issuing_authorization' | 'other' | 'outbound_payment' | 'outbound_transfer' | 'received_credit' | 'received_debit' required

Type of the flow that created the Transaction.

idstring required

Unique identifier for the object.

livemodeboolean required

If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.

object'treasury.transaction' required

String representing the object's type. Objects of the same type share the same value.

status'open' | 'posted' | 'void' required

Status of the Transaction.