Documentation Index
Fetch the complete documentation index at: https://docs-alpha.pepay.io/llms.txt
Use this file to discover all available pages before exploring further.
Overview
This endpoint returns the tokens a payor can use for the current invoice/session, including availability metadata.Authentication
Requires:x-session-token: pst_...x-signature: sig_...
Request
Endpoint:GET /api/v1/payments/available-tokens
mode:monitored(default) |all|networknetwork: required whenmode=networkavailable_only: whentrue, returns only tokens that are currently available for the invoice amount
Response
Underpaid behavior
If the invoice isunderpaid, the response is limited to the locked token for the original network.
Availability filtering
If you omitavailable_only, the response includes unavailable tokens with availability_status and unavailable_reason so clients can decide what to show. Use available_only=true to return only currently available tokens.
Errors
401invalid session token/signature404session not found / expired

