1.0.6 • Published 4 years ago

payportal-checkout v1.0.6

Weekly downloads
27
License
Private
Repository
-
Last release
4 years ago

Integrate PayPortal API in seconds

Quickly leverage PayPortal, 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.popupPayPortalModal(100, '$')">Pay now</button>
  </body>
    <script
      type="text/javascript"
      src="https://unpkg.com/payportal-checkout@latest/dist/payportal-checkout.js"
      data-apiKey="7459c721-a4e0-462b-a672-e38a5177ecb9"
      data-portal="essentials"
      data-id="PayportalCheckout"
    >
    </script>
</html>

Demo available here

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

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago