Skip to main content

Get Account Statement

GET 

/v1/shop/accountstatements

Get Account Statement

Request

Query Parameters

    since string

    Either since or payout_id is mandatory.

    Example: 2023-01-06
    payout_id string

    Either since or payout_id is mandatory.

    page integer

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

    Example: 1
    per_page integer

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

    Example: 10
    until string

    Optional. Until which date you wish to query account statements.

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 [

  • created date-time

    The timestamp when the transaction was created

    amount double

    The amount of the transaction

    balance_before double

    The account balance before the transaction

    balance_after double

    The account balance after the transaction

    type string

    The type of transaction (e.g., credit, debit)

    transaction string

    Details about the transaction

    transaction_id string

    The unique identifier for the transaction

    channel string

    The channel through which the transaction was processed (e.g., online, mobile)

    merchant_reference string

    Reference provided by the merchant for tracking the transaction

    payout_id string

    Unique identifier for the payout associated with the transaction

    original_amount double

    The original amount involved in the transaction before any conversion

    original_currency string

    The currency of the original amount

    exchange_rate double

    The exchange rate applied during the transaction

  • ]

Loading...