Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

payportal-checkout

admurali26Private1.0.6

Payportal Checkout Library

es6, modules, rollup, bundle, browser

readme

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