Cashfree Checkout

Reference project to understand how to build a self hosted Cashfree checkout page.

For detailed documentation of Cashfree apis visit Cashfree Docs

To register as a merchant and create sandbox keys head over to Merchant Dashboard

This is built using SvelteJS, TailwindCSS and hosted using Vercel

Preview

Demo at cashfree-custom-checkout.vercel.app

Landing CheckoutCard
CheckoutUPI ThankYou

Developing

# install dependencies
npm i

# start the server and open the app in a new browser tab
npm run dev -- --open

# create a production version of your app
npm run build