Returns the invoice context for a payor payment session.
Provide x-session-token and x-signature headers from the invoice creation response.
If the invoice is underpaid, the response includes the locked network/token fields.
Payors must finish the remaining payment using the same network + token.
Payment 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
Session expiration timestamp (epoch seconds).
unpaid, underpaid, paid, expired, canceled Milliseconds until expiration (clamped at 0).
Seconds 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).