Skip to main content

Overview

Use this method to list tokens the payor can use for the current invoice/session context.

Authentication

Requires x-session-token + x-signature.

Request

List available tokens (payor/session)

Response

Example response (truncated):

Underpaid behavior

If the invoice is underpaid, this endpoint returns only the locked token for the original network.

Availability filtering

Use available_only: true to return only tokens that are currently available for the invoice amount. Otherwise, the response includes unavailable tokens with availability_status and unavailable_reason populated.

Errors

  • 401 invalid session token/signature

Examples

  • Use network + mode filters to keep the list aligned to your checkout UI and the invoice’s active network.
Next: Payment status