Fetch the current payment session context for a browser/client checkout.
x-session-token + x-signature (browser-safe auth).
401 invalid session token/signature404 session not found / expiredPayment session token (opaque). Returned when creating an invoice; send on every request.
Payment session signature in the format signature_hash.timestamp_ms (returned with the invoice/session).
Session details
unpaid, underpaid, paid, expired, canceled Milliseconds until expiration (clamped at 0).
mainnet, devnet Network locked for remaining payment when status is underpaid.
Token locked for remaining payment when status is underpaid.
Current payment address for the locked network/token (underpaid only).