Export payments for a payment page asynchronously
curl -X GET "https://test-api.kashier.io/v2/paymentPage/payments/string/export-async"{ "body": { "status": "processing" }, "message": "success"}Starts an export of one page's payments 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
Path Parameters
The payment page identifier.
Query Parameters
Start of the payment-date range (e.g., 2026-01-01).
End of the payment-date range (e.g., 2026-12-31).
Search term applied to the payments.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
Export payments for a payment page GET
Exports the payments collected against one payment page as a spreadsheet, returned inline in the response.
List balance accounts GET
Lists the balance accounts belonging to the merchant identified by the secret key, with the current balance of each. This is the entry point for the balance overview — take an accountId from here a…