Export payment pages asynchronously
curl -X GET "https://test-api.kashier.io/v2/paymentPage/export-async"{ "body": { "status": "processing" }, "message": "success"}Starts a payment pages export in the background and emails the finished file to the account that made the request.
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.
Start of the creation-date range (e.g., 2026-01-01).
End of the creation-date range (e.g., 2026-12-31).
Search by page name.
Field to sort by (e.g., creationDate).
Response Body
application/json
application/json
application/json
application/json
application/json
Export payment pages GET
Exports your payment pages as a spreadsheet, returned inline in the response. For a wide date range use Export payment pages asynchronously instead.
Export payments for a payment page GET
Exports the payments collected against one payment page as a spreadsheet, returned inline in the response.