Overview
Payment session endpoints are designed for browser/client checkout experiences. They expose invoice context in a browser-safe way using session headers.Authentication
Requires:x-session-token: pst_...x-signature: sig_...
Request
Endpoint:GET /api/v1/payments/session-details
Response
Underpaid lock-in
Ifinvoice_status is underpaid, the response includes:
locked_networklocked_token_idlocked_payment_address
Errors
401invalid session token/signature404session not found / expired
Examples
- Build checkout screens by combining session details + Available tokens + Payment addresses.

