KashierDevelopersKashier Developers

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
/v2/paymentPage/transactions/{orderId}/public