Delete payment page
curl -X DELETE "https://test-api.kashier.io/v2/paymentPage/string"{ "body": { "_id": "507f1f77bcf86cd799439011", "deletedAt": "2026-07-30 09:20:11.004000+00:00" }, "message": "success"}Deletes a payment page. The page is soft-deleted — the public link stops working and the page drops out of List payment pages, but the payments already collected against it are retained.
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.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
Get payment page GET
Retrieves a single payment page, including its products, extra fields, and fees.
Update payment page PUT
Updates a payment page. Send only the fields you want to change; anything you omit keeps its current value. Unpublishing a page (isPublished: false) takes it offline without deleting it.