0.1.33-dev.3 • Published 1 month ago

@spot-flow/checkout-inline-js v0.1.33-dev.3

Weekly downloads
-
License
ISC
Repository
github
Last release
1 month ago

Spotflow Checkout Inline

This project is an inline library that enables users to make payments seamlessly. It integrates smoothly into your application, providing a streamlined checkout experience.

For React components and usage, React NPM Package

For Vue.js components and usage, Vue NPM Package

For Angular components and usage, Angular NPM Package

Demo

Installation

npm install @spot-flow/checkout-inline-js

Usage

import { CheckoutForm } from "@spot-flow/checkout-inline-js";

     const { CheckoutForm } = SpotflowCheckout;
     const checkout = new CheckoutForm({});
     checkout.setup({
       email: "oluXXXXXX@gmail.com",
       encryptionKey: "g4ryXXXXXXXXXXXX=",
       merchantKey: "sk_test_d96889XXXXXXX684adXXXXX5b69",
       amount: 5,
       metadata: {
         productName: "",
         title: ""
       },
       amount: 20,
       currency: "USD",
       localCurrency: "NGN"
      
     });

Alternatively, you can include it directly in your HTML via a CDN:

<script src="https://v2.inline-checkout.spotflow.one/dist/checkout-inline.js"></script>  
<button onclick="openCheckout()">
   Make Payment
</button>
<script>

  const openCheckout = () => {
     const { CheckoutForm } = SpotflowCheckout;
     const checkout = new CheckoutForm({});
     checkout.setup({
       email: "oluXXXXXX@gmail.com",
       encryptionKey: "g4ryXXXXXXXXXXXX=",
       merchantKey: "sk_test_d96889XXXXXXX684adXXXXX5b69",
       metadata: {
         productName: "",
         title: ""
       },
       amount: 20,
       currency: "USD",
       localCurrency: "NGN"
     });
  };

</script>
0.1.30

3 months ago

0.1.33-dev.3

1 month ago

0.1.31

2 months ago

0.1.32

2 months ago

0.1.33-dev.2

2 months ago

0.1.33-dev.1

2 months ago

0.1.31-dev.1

2 months ago

0.1.27

6 months ago

0.1.28

3 months ago

0.1.29

3 months ago

0.1.22

8 months ago

0.1.32-dev.7

2 months ago

0.1.23

8 months ago

0.1.32-dev.6

2 months ago

0.1.24

8 months ago

0.1.32-dev.5

2 months ago

0.1.25

7 months ago

0.1.32-dev.4

2 months ago

0.1.26

6 months ago

0.1.32-dev.3

2 months ago

0.1.32-dev.2

2 months ago

0.1.32-dev.1

2 months ago

0.1.21

11 months ago

0.1.16

11 months ago

0.1.14

11 months ago

0.0.7

12 months ago

0.0.6

12 months ago

0.0.5

12 months ago

0.0.4

12 months ago

0.0.3

12 months ago

0.0.2

12 months ago

0.0.1

12 months ago