Skip to main content
Seamless Checkout lets Yuno handle the checkout flow while you manage payment method selection. It creates payments in a single flow. From token generation to payment creation. With minimal code.
Recommended by Yuno for the smoothest SDK integration experience. Seamless is the only integration that creates payments seamlessly in one flow.
Using React or Vue? Check out the React Components or Vue Components for framework-specific wrappers.

How it works

  1. You display available payment methods to the customer
  2. When the customer selects a method, mount the Seamless Checkout form
  3. Yuno renders the payment form, handles tokenization, and calls your yunoCreatePayment callback
  4. You create the payment server-side, then call yuno.continuePayment() to complete the flow

Integration steps

1. Create a checkout session

Create a checkout session from your server using the Create Checkout Session endpoint.

2. Initialize the SDK

3. Start Seamless Checkout

4. Mount the checkout for a payment method

When the customer selects a payment method, mount the form:

5. Trigger the payment

External buttons

Mount Apple Pay and Google Pay buttons outside the checkout form:
Remove buttons when no longer needed:

Callbacks

Card vaulting

To automatically save cards on successful payment, set vault_on_success: true when creating the checkout session.

Next steps

Full Checkout

Pre-built UI with zero payment method management.

Customization

Theme and style your checkout.