Overview
Payor routes are designed for client-side checkout and use session-based auth:x-session-tokenx-signature
Authentication
Payment session auth is derived from invoice creation. Your server creates an invoice and receives:session_token→ use asx-session-tokensignature→ use asx-signature
Request
Fetch session details
Response
Example session details response (truncated):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
- Combine
getSessionDetailswithlistAvailableTokensandcreatePaymentAddressto build a complete payor checkout experience.

