Skip to main content

Latest React SDK version - npm

The Crossmint React SDK (@crossmint/client-sdk-react-ui) provides the client-side components of the agent card flows. Card data is collected inside Crossmint-hosted iframes, so the card number and CVC never pass through your application or servers.

Installation

CrossmintCvcRecollection requires version 4.7.0 or later.

Provider Setup

Wrap your application with CrossmintProvider and pass a client-side API key. In production, the key needs the payment-methods.create, payment-methods.read, and payment-methods.update scopes; the CVC recollection flow also needs order-intents.read to check the order intent. In staging, all scopes are included by default.

See Also

  • Components — Props and usage of the agent card components
  • Cards Quickstart — Get your agent paying with agent cards in 15 minutes