v3

latestOpenAPI 3.0.3Apache 2.02026-07-312637031.3 MB
Transactions

Get a pending transaction

Get a pending transaction by its uuid

get/transactions/pending/{id}

Path parameters

idstring uuid required
Example:472341e0-ea3e-41a1-96bc-fd0185e1eac8

Transaction ID

Response

Pending Transaction

account_idstring required

The account id associated with the hold

account_nostring required

The account number associated with the hold

createdstring date-time required

The creation date of the hold

enhanced_transactionEnhancedTransactionResponse

Financial data that has been refined by cleansing, categorizing and adding metadata. For example, inconsistencies in raw transaction data that were introduced via data aggregation are removed, transactions are categorized into groups such as "groceries" or utilities", and metadata (such as merchant names or location and timing details) are added for clarity.

idinteger required
idemkeystring required

The idempotency key used when initially creating this hold.

offset_account_idstring

The offset account id associated with the hold

offset_account_nostring

The offset account number associated with the hold

reference_idstring nullable required

An external ID provided by the payment network to represent this transaction.

tenantstring required

The id of the tenant containing the resource. This is relevant for Fintechs that have multiple workspaces.

updatedstring date-time required

The date the hold was last update

uuidstring uuid required

The unique identifier of the hold transaction.

Example response

{
  "account_id": "7d943c51-e4ff-4e57-9558-08cab6b963c7",
  "data": {
    "history": [
      {
        "account_id": "7d943c51-e4ff-4e57-9558-08cab6b963c7",
        "offset_account_id": "7d943c51-e4ff-4e57-9558-08cab6b963c7",
        "tenant": "abcdef_ghijkl"
      }
    ]
  },
  "offset_account_id": "7d943c51-e4ff-4e57-9558-08cab6b963c7",
  "tenant": "abcdef_ghijkl"
}