KashierDevelopersKashier Developers

List payment sessions

curl -X GET "https://test-api.kashier.io/v3/payment/sessions"
{}

Lists the payment sessions on your merchant account — the sessions you created, in whatever state they reached. Use it to sweep up sessions your own records lost track of; to poll one particular session, use Get payment session by id instead, which is cheaper and needs no credential.

Requires the transaction-view permission on your user's role.

Kashier has not published the query parameters or the exact pagination envelope for this endpoint, so neither is described here. Send the call and read what comes back; the "Try it" panel below will show you the real shape for your account.

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

Response Body

application/json

application/json

application/json

application/json

application/json

GET
/v3/payment/sessions