Skip to main content
Use the crypto reference endpoints before creating a payment quote. Payment methods are the source of truth for enabled token and network combinations. Networks provide metadata about supported blockchains. You need CRYPTO_READ.

List enabled payment methods

Call GET /api/v1/crypto/payment-methods to choose the exact token and network pair for POST /api/v1/payment/quote.
Each method includes: Use token and network together. Do not combine a token from one returned method with a network from another method unless that pair is returned by this endpoint.

Read network metadata

Call GET /api/v1/crypto/networks when you need blockchain metadata for display or reconciliation.
Each network includes: GET /api/v1/crypto/networks does not replace GET /api/v1/crypto/payment-methods when creating a payment. Use payment methods to decide whether a token and network pair is enabled.

Use the pair in a quote

Pass the selected values as paymentToken and paymentNetwork when creating the quote.
Partner REST does not expose a payment-system lookup endpoint. Use the payment system ID provided during setup or by Nuvera support. The later payment creation request uses the quote ID as paymentQuoteId. It does not send paymentToken or paymentNetwork again. For complete crypto and payment schemas, open the API Reference.