Saved cards
Use this demo to test a saved-card payment before copying the integration pattern into your app:
- Provide a
secure_tokenminted by your backend for saved-card operations. - Fetch the customer’s saved cards with
getCustomerCards(). - Select a saved card. If the card has no
subscription_id, the demo mounts the saved-card CVV field. - Click Deposit to call
pay()withpayment_method.type = 'saved_card'and the optionalidempotency_key. - Reconcile the final status with your backend/webhooks before fulfillment.
Saved cards
Use the browser CDN build directly. Good for validating the saved-card contract without a framework.
Last updated on