0.5.25 • Published 1 year ago

swirepay-checkout v0.5.25

Weekly downloads
38
License
Private
Repository
-
Last release
1 year ago

Integrate Swirepay API in seconds

Quickly leverage Swirepay, to create your first customer, charge, and reconcile banking and payment details with your applications or accounting systems.

Example

Please try this html snippet in your browser

<html>
  <head>
  </head>
  <body>
    <button onclick="window.pay(100, 'USD', 'Test US Payment')">Pay now</button>
    <button onclick="window.pay(100, 'CAD', 'Test CAD Payment', 'https://www.google.com')">Pay now</button>
  </body>
    <script
      type="text/javascript"
      src="https://unpkg.com/swirepay-checkout@latest/dist/swirepay-checkout.js"
      data-id="SwirepayCheckout"
      data-apiKey="pk_live_4jVlZXcXOBJg8RKUL4UvJbBbUP5h74un"
    >
    </script>
</html>

To use a different currency, please use appropriate ISO 4217 currency code

Deploy Example

npm version patch -m "Upgrade to %s for reasons"

npm publish

Change patch to minor or major etc. https://docs.npmjs.com/cli/version

0.5.25

1 year ago

0.5.23

2 years ago

0.5.24

2 years ago

0.5.21

2 years ago

0.5.22

2 years ago

0.5.20

2 years ago

0.5.19

2 years ago

0.5.10

2 years ago

0.5.11

2 years ago

0.5.8

2 years ago

0.5.7

2 years ago

0.5.9

2 years ago

0.5.18

2 years ago

0.5.14

2 years ago

0.5.15

2 years ago

0.5.12

2 years ago

0.5.13

2 years ago

0.5.6

2 years ago

0.5.5

4 years ago

0.5.4

4 years ago

0.5.2

4 years ago

0.5.1

4 years ago

0.5.0

4 years ago