1.0.20 • Published 10 months ago
@felloh-org/payment-sdk v1.0.20
Felloh Payment SDK
Installation
Use npm to install the Felloh Payment SDK module:
npm install @felloh-org/payment-sdkAlternatively you can use yarn,
yarn add @felloh-org/payment-sdkUsage
To instantiate the SDK, you need to pass the container ID that it will be rendered in and your public key.
import SDK from '@felloh-org/payment-sdk';
const publicKey = '1F78BD638B945AED49F4ADAF79CDA';
const felloh = new SDK('payment-iframe', publicKey);We’ve placed a random API key in this example. Replace it with your actual publishable API keys to test this code through your Felloh account.
For more information on how to use the Felloh SDK, please refer to the Felloh API Documentation or learn to Embed a payment with Felloh.
SDK Documentation
1.0.20
10 months ago
1.0.19
2 years ago
1.0.18
2 years ago
1.0.17
2 years ago
1.0.16
3 years ago
1.0.15
3 years ago
1.0.14
3 years ago
1.0.13
3 years ago
1.0.12
3 years ago
1.0.11
3 years ago
1.0.10
3 years ago
1.0.9
3 years ago
1.0.8
3 years ago
1.0.7
3 years ago
1.0.6
3 years ago
1.0.5
3 years ago
1.0.4
3 years ago
1.0.3
3 years ago
1.0.2
3 years ago
1.0.1
3 years ago
1.0.0
3 years ago