KashierDevelopersKashier Developers

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

fromDate?string

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

toDate?string

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

search?string

Search by page name.

sortBy?string

Field to sort by (e.g., creationDate).

Response Body

application/json

application/json

application/json

application/json

application/json

GET
/v2/paymentPage/export-async