1.0.0 • Published 2 years ago

pay-with-flexbase v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Pay with Flexbase powered by Flexbase

Coverage Quality Gate Status

Becoming a partner

Please contact Flexbase to request information on becoming an integration partner.

Getting started

Flexbase has provided a lightweight package that implements a component that can be used with any modern javascript framework.

Installation using a package manager

yarn add pay-with-flexbase

or

npm i pay-with-flexbase

Usage

import 'pay-with-flexbase';

const apiKey = "api key";
const amount = 100.30;
const callback = "/done";
const session = "session id";

<pay-with-flexbase apikey={apiKey} amount={amount} callback={callback} session={session} />
AttributeTypeDescription
apiKeystringThis is the api key provided to you by Flexbase
amountnumberThe amount of the transaction
callbackstringThe return URL path that Flexbase will redirect after completion by the user.
sessionstringIdentifies the checkout session
1.0.0-beta.3

2 years ago

1.0.0

2 years ago

0.2.0

2 years ago

0.2.1

2 years ago