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 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
Filter by page type.
Value in
- "regular"
- "product"
Filter by whether the page is published.
Search by page name.
Response Body
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
application/json
application/json
application/json
application/json
Get a payment page payment (public) GET
The customer-facing view of one payment page payment. No authentication — this is the read the hosted page performs on its own confirmation screen. Returns 404 when the order does not exist.
Export payment pages asynchronously GET
Starts a payment pages export in the background and emails the finished file to the account that made the request.