Get the categories on a payment page (public)
curl -X GET "https://test-api.kashier.io/v2/category/paymentPage/string/summary"{ "body": [], "message": "success"}Returns the categories used by the products on a published product payment page, looked up by the page's link identifier. Unauthenticated, because the payment page itself calls it while a customer is browsing — it is the categories counterpart to getPublicPaymentPage.
Path Parameters
The payment page's link identifier.
Response Body
application/json
application/json
application/json
application/json
List a merchant's categories (public) GET
Returns just the ids and names of a merchant's categories, with no pagination and no authentication. This is the lightweight read a storefront or a payment page uses to render a category picker, so…
List your Payment API keys GET
Returns the Payment API keys on your merchant account — the keys used to compute the Kashier-Hash order hash and to verify redirect and webhook signatures. Payment API keys are not bearer credentia…