Banking

Get account statement

Retrieve account statement for authenticated SELLER-ID. The maximum search interval is 90 days

get/v1/banking/account_statement

Query parameters

limitnumber required

Limits the number of objects returned, which can be between 1 and 100

offsetnumber required

Index of the first item that will be displayed. Ex (limit=100 and offset=0): The items that will be listed will be from 0 to 99, in this example the next page would be offset 100

date_beginstring required

Date from which the search starts

date_endstring required

End date for search

Response

The record has been successfully getted

limitnumber required
offsetnumber required
has_moreboolean required
totalnumber required
total_pagesnumber required
pagenumber required
resourcestring required

Example response

{
  "items": [
    {
      "seller_id": "117a97d225337dmf96bb0b883a1019sj",
      "date": "2026-09-01T23:59:59+00:00",
      "transaction_id": "117a97d2253e4a22a7bb0b883a10242c",
      "reference_id": "my_ref_438",
      "payment_id": "d03918d2253e4a22a7bb0b88lap2039d"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.