KashierDevelopersKashier Developers

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
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

Path Parameters

paymentPageId*string

The payment page identifier.

Query Parameters

fromDate?string

Start of the payment-date range (e.g., 2026-01-01).

toDate?string

End of the payment-date range (e.g., 2026-12-31).

search?string

Search term applied to the payments.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

GET
/v2/paymentPage/payments/{paymentPageId}/export-async