1.0.19 • Published 3 months ago

@felloh-org/payment-sdk v1.0.19

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

Felloh Payment SDK

Version Build Status Downloads Try on RunKit

Installation

Use npm to install the Felloh Payment SDK module:

npm install @felloh-org/payment-sdk

Alternatively you can use yarn,

yarn add @felloh-org/payment-sdk

Usage

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.19

3 months ago

1.0.18

10 months ago

1.0.17

10 months ago

1.0.16

1 year ago

1.0.15

1 year ago

1.0.14

1 year ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago