Checkout Sessions Component

Loop's Connect Checkout library provides UI and tooling for web applications to seamlessly accept crypto payments on Solana and Ethereum Virtual Machine networks, with minimal configuration and overhead.

Collect a Payment

Drop the LoopConnectCheckoutSession component into your application and users will be able to connect their favorite wallet, select a payment token, and authorize a payment for your checkout session.

How it works

As a Loop Crypto customer, you will have access to our payment dashboard where you can select items to create a "checkout session", or do so using a Stripe customer, subscription, or invoice id. In addition to allowing your users to complete their payment using our hosted checkout, Connect Checkout provides the necessary tools to skip the link and directly embed the payment into your application for a seamless crypto checkout experience.

Get started

To configure LoopCheckout and start accepting payments, complete these three steps:

  1. Install the package
  2. Initialize with your checkout session
  3. Add the Checkout component
📖

You may want to have a look at our Quickstart example to get an overview of the minimum implementation before diving in.