KashierDevelopersKashier Developers

Export payment pages

curl -X GET "https://test-api.kashier.io/v2/paymentPage/export"
"string"

Exports your payment pages as a spreadsheet, returned inline in the response. For a wide date range use Export payment pages asynchronously instead.

Authorization

secretKey
Authorization<token>

Merchant secret key used to identify the merchant, obtained from Kashier's dashboard. Pass the raw secret key value in the Authorization header (NOT a "Bearer" token).

In: header

Query Parameters

type?string

Filter by page type.

Value in

  • "regular"
  • "product"
isPublished?boolean

Filter by whether the page is published.

search?string

Search by page name.

Response Body

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

application/json

application/json

application/json

application/json

GET
/v2/paymentPage/export