Card payment
Use this demo to test a complete card payment before copying the integration pattern into your app:
- Review the checkout form values: amount, currency, customer,
client_reference, and optionalidempotency_key. - Enter a test card in the secure card fields rendered by the SDK.
- Choose the presentation mode you want to test: embedded or redirect.
- Click Deposit to create the payment and complete any required authentication.
- Inspect the result payload and reconcile the final status with your backend/webhooks before fulfillment.
Card payment
Use the browser CDN build directly. Good for validating the SDK contract without a framework.
Last updated on