Skip to main content

Retrieve all transactions by account ID

GET 

/transactions/account/:account_id

Retrieve all transactions by account ID

Request

Path Parameters

    account_id uuidrequired

    Unique identifier of the account

Header Parameters

    sub-account stringrequired

    Sub-account identifier required for all requests

Responses

List of transactions

Schema

  • Array [

  • transaction_id stringrequired

    Unique identifier of the transaction

    transaction_last_modified date-timerequired

    Time when the transaction was last modified

    transaction_id_oxlin stringrequired

    Transaction identifier

    transaction_status stringrequired

    Current status of the transaction

    transaction_instant_payment booleanrequired

    Indicates if the transaction was an instant payment

    transaction_amount_without_vat numberrequired

    Transaction amount in cents without VAT

    transaction_amount_cents numberrequired

    Total transaction amount in cents

    transaction_currency stringrequired

    Currency of the transaction

    transaction_vat numberrequired

    VAT amount in cents

    transaction_label stringrequired

    Label of the transaction

    transaction_auth_url urirequired

    URL for transaction authentication

    transaction_redirect_url urirequired

    URL to redirect after transaction completion

    transaction_notification_url urirequired

    URL for transaction notifications

    transaction_initiated date-timerequired

    Time when the transaction was initiated

    transaction_finished date-timerequired

    Time when the transaction was finished

    account_id stringrequired

    Account associated with the transaction

    contract_id stringrequired

    Contract associated with the transaction

    terminal_id stringrequired

    Terminal associated with the transaction

    installment_id stringrequired

    Installment associated with the transaction

    creator_id stringrequired

    Creator of the transaction

  • ]

Loading...