Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 937 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 937 Bytes

3DS Examples

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.

example.gif

Getting Started

  1. Set up the .env.local
    cp .env.local.example .env.local
  2. Install dependencies
    npm install
    # or
    yarn install
  3. Run the development server:
    npm run dev
    # or
    yarn dev

Open http://localhost:3000 with your browser to see the result.

Test Cards