@rebilly/instruments

9.37.0 • Public • Published
drawing

Rebilly Instruments

The last payment integration that you will ever need.


Rebilly Instruments is in active development and should be treated as beta software. This means it may contain bugs and instability.


rebilly instruments

Getting Started

⏳ Installation

Install Rebilly Instruments with this Quickstart command to add Rebilly instruments to your existing project:

yarn add @rebilly/instruments

or

  • Use npm/npx to install Rebilly Instruments.
npx install @rebilly/instruments

Enjoy 🎉

🛠️ Usage

<div class="rebilly-instruments-summary"></div>
<div class="rebilly-instruments"></div>

<script type="text/javascript">
  import RebillyInstruments from '@rebilly/instruments';

  RebillyInstruments.mount({
    publishableKey: 'pk_sandbox_123',
    organizationId: 'org-123',
    websiteId: 'my-website-id',
    items: [
      {
        planId: 'my-plan-id',
        quantity: 1
      },
    ]
    // ...see documentation below for more options
  });
</script>

See documentation at Rebilly developer docs

Readme

Keywords

none

Package Sidebar

Install

npm i @rebilly/instruments

Weekly Downloads

239

Version

9.37.0

License

MIT

Unpacked Size

1.45 MB

Total Files

5

Last publish

Collaborators

  • adamaltman
  • romanhotsiy
  • mike.classic
  • rebilly-npm-machine-user