Allocates (or rotates) the temporary payment address for this invoice and returns:
/ws/payment).Choose network and tokenId from GET /api/v1/payments/available-tokens.
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).
Address allocated
Always true; quote availability is communicated via quote_status.
Quote window status for this token selection.
available, unavailable, expired Machine-readable status.
ok, quote_unavailable, quote_expired, settlement_unavailable Human-readable status message.
Generated payment address
Network name (lowercase)
Token id that was selected.
Amount to pay in token (includes buffer)
USD to token exchange rate
Invoice amount in USD
Server timestamp the current quote was persisted
Server timestamp when the quote expires (5 minutes)
Seconds remaining until quote_valid_until (computed at send time).
True when the backend recommends retrying to mint/refresh a quote.
Suggested backoff in seconds when retryable.