flow.io JavaScript Payment SDK
npm install @flowio/payment-sdkFlow Enterprise Payment SDK
``sh`
npm install @flowio/payment-sdk
`JavaScript`
const flowPayment = require('@flowio/payment-sdk');
or
`TypeScript`
import * as flowPayment from '@flowio/payment-sdk';
You can use the library via a script tag using the following example:
`HTML``
See the Flow Documentation site for infomation of how to use the Flow Payment SDK.