Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@rebilly/instruments

Package Overview
Dependencies
Maintainers
4
Versions
799
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rebilly/instruments

Rebilly Instruments The last payment integration that you will ever need.</p

npmnpm
Version
16.0.0
Version published
Weekly downloads
400
-71.1%
Maintainers
4
Weekly downloads
 
Created
Source
drawing

Rebilly Instruments

The last payment integration that you will ever need.



rebilly instruments

Getting Started

⏳ Installation

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

  • Use yarn to install (recommended). Install yarn with these docs.
yarn add @rebilly/instruments

or

  • Use npm/npx to install Rebilly Instruments.
pnpm 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

FAQs

Package last updated on 09 Oct 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts