v52

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-015891,4406.1 MB

Retrieve a Transaction

Retrieves the details of a Financial Connections Transaction

get/v1/financial_connections/transactions/{transaction}

Path parameters

transactionstring required

Query parameters

expandstring[]

Specifies which fields in the response should be expanded.

Response

Successful response.

accountstring required

The ID of the Financial Connections Account this transaction belongs to.

amountinteger required

The amount of this transaction, in cents (or local equivalent).

currencystring required

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

descriptionstring required

The description of this 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'financial_connections.transaction' required

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

status'pending' | 'posted' | 'void' required

The status of the transaction.

transacted_atinteger required

Time at which the transaction was transacted. Measured in seconds since the Unix epoch.

transaction_refreshstring required

The token of the transaction refresh that last updated or created this transaction.

updatedinteger required

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