Skip to main content

List financial transactions

Lists a less detailed history of all transactions associated with the merchant account.

Query Parameters
  • start_date date required

    Start date (in ISO8601 format).

  • end_date date required

    End date (in ISO8601 format).

  • format string

    Possible values: [json, csv]

  • limit integer
  • order string

    Possible values: [desc, asc]

Responses

OK


Schema array
  • amount float
  • currency string
  • external_reference string
  • id string
  • timestamp string
  • transaction_code string
  • type string

    Possible values: [SALE, REFUND, CHARGE_BACK, DD_RETURN, DD_RETURN_REVERSAL]