🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

@flowio/payment-sdk

Package Overview
Dependencies
Maintainers
0
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flowio/payment-sdk

flow.io JavaScript Payment SDK

latest
npmnpm
Version
0.26.0
Version published
Maintainers
0
Created
Source

@flowio/payment-sdk

Flow Enterprise Payment SDK

Install

npm install @flowio/payment-sdk

Usage

const flowPayment = require('@flowio/payment-sdk');

or

import * as flowPayment from '@flowio/payment-sdk';

Usage as <script> on HTML page

You can use the library via a script tag using the following example:

<script>
window.onFlowPaymentReady = function() {
  // payment lib is ready.
}
</script>
<script src="https://pay.flow.io/sdk/v1/payment.min.js" defer></script>

Documentation

See the Flow Documentation site for infomation of how to use the Flow Payment SDK.

FAQs

Package last updated on 11 Nov 2024

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