TransactionSearchRequest

Model for advanced transaction search

  • account_id
    Type: string | null · Account Id
  • batch_id
    Type: string | null · Batch Id
  • card_brand
    Type: string | null · Card Brand
  • card_number
    Type: string | null · Card Number
  • end_date
    Type: integer | null · End Date

    Integer numbers.

  • event_id
    Type: string | null · Event Id
  • gateway_transaction_id
    Type: string | null · Gateway Transaction Id
  • limit
    Type: integer | null · Limit

    Integer numbers.

  • location_id
    Type: string | null · Location Id
  • max_amount
    Type: integer | null · Max Amount

    Integer numbers.

  • min_amount
    Type: integer | null · Min Amount

    Integer numbers.

  • offset
    Type: integer | null · Offset

    Integer numbers.

  • owner_id
    Type: string | null · Owner Id
  • parent_account_ids
    Type: array string[] | null · Parent Account Ids
  • payment_method
    Type: string | null · Payment Method
  • reader_identifier
    Type: string | null · Reader Identifier
  • search_term
    Type: string | null · Search Term
  • sort_by
    Type: string | null · Sort By
  • sort_order
    Type: string | null · Sort Order
  • start_date
    Type: integer | null · Start Date

    Integer numbers.

  • status
    Type: array string[] | null · Statusenum
    values
    • pending
    • authorized
    • captured
    • settled
    • declined
    • Type: string · TransactionStatusenum
      values
      • pending
      • authorized
      • captured
      • settled
      • declined
  • transaction_id
    Type: string | null · Transaction Id
  • transaction_type
    Type: array string[] | null · Transaction Type