Skip to main content

Get Transaction List

GET 

/v1/transactions

Get Transaction List

Request

Query Parameters

    since string

    Optional. From which date you wish to query transactions.

    Example: 2023-01-06
    until string

    Optional. Until which date you wish to query transactions.

    Example: 2024-01-06
    completed_since string

    Optional. Transactions in completed status from the date

    comleted_until string

    Optional. Transactions in completed status to the date

    Example: 2024-01-06
    refunded_since string

    Optional. Transactions in refunded status from the date

    Example: 2024-01-06
    redunded_until string

    Optional. Transactions in refunded status to the date

    Example: 2024-01-06
    status string

    One or more transaction status.

    Example: Completed
    page integer

    Which page to show. This is useful for frontend together with per_page parameter

    Example: 1
    per_page integer

    How many statements in one page. This is useful for frontend together with page parameter

    Example: 5

Responses

OK

Response Headers

  • Date

    string

  • Content-Type

    string

  • Transfer-Encoding

    string

  • Connection

    string

  • Set-Cookie

    string

  • Access-Control-Allow-Origin

    string

  • Access-Control-Allow-Methods

    string

  • Access-Control-Allow-Headers

    string

  • X-Request-ID

    string

  • Link

    string

  • X-Total-Count

    integer

Schema

  • Array [

  • links

    object

    rel string
    href string
  • ]

Loading...