API reference and playgroundPayment pages
Get a payment page payment (public)
curl -X GET "https://test-api.kashier.io/v2/paymentPage/transactions/string/public"{ "body": { "merchantOrderId": "ORDER-001", "paymentPageName": "Q1 Sales Page", "amount": 100, "tax": 0, "paymentMethod": "card", "status": "success", "date": "2026-07-30 09:15:02.117000+00:00" }, "message": "success"}The customer-facing view of one payment page payment. No authentication — this is the read the hosted page performs on its own confirmation screen. Returns 404 when the order does not exist.
Path Parameters
orderId*string
The order identifier of the payment page payment.
Response Body
application/json
application/json
application/json
application/json
Get a payment page payment GET
Retrieves one payment collected through a payment page, looked up by the order id the page assigned to it.
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.