This repository contains 3DS implementation examples using different gateways. It aims to exemplify how to integrate Basis Theory Elements card capture with your 3DS implemenation of choosing.
- Set up the
.env.local
cp .env.local.example .env.local
- Install dependencies
npm install # or yarn install
- Run the development server:
npm run dev # or yarn dev
Open http://localhost:3000 with your browser to see the result.