Skip to main content

Get bank transaction details

GET 

/v1/baas/transactions/:id

Retrieves detailed information about a specific bank transaction.

Request

Path Parameters

    id stringrequired

    The ID of the bank transaction to retrieve

Responses

Bank transaction retrieved successfully.

Schema

    traceId string
    message string

    data

    object

    id stringrequired

    Unique identifier for the bank transaction

    parentBankTransactionId string

    Parent bank transaction ID (for grouping related transactions)

    walletId stringrequired

    Wallet ID this transaction belongs to

    type stringrequired

    Type of bank transaction

    operation stringrequired

    Operation type (CREDIT or DEBIT)

    amount stringrequired

    Transaction amount

    asset stringrequired

    Asset type (e.g., USD)

    status stringrequired

    Transaction status

    bankNetwork string

    Bank network used for the transaction

    endToEndId string

    End-to-end identifier for tracking

    address string

    Address associated with the transaction

    memo string

    User-provided memo

    note string

    User-provided note

    createdAt stringrequired

    Timestamp when the transaction was created

Loading...