1.17.0 • Published 1 month ago
@solidgate/client-sdk-loader v1.17.0
Solidgate Client SDK Loader
This repository is wrapper for the Solidgate Client Software Development Kit (SDK).
It supports rendering payment forms and resign forms, including custom container elements for Google Pay, Apple Pay, or PayPal buttons.
Check our
- Payment guide to understand business value better
- API Reference to find more examples of usage
Structure
Installation
npm install --save @solidgate/client-sdk-loader
Usage
import { SDKLoader } from "@solidgate/client-sdk-loader"
/**
* Configuration, as it described here
* https://docs.solidgate.com/payments/integrate/payment-form/create-your-payment-form/
*/
const data = {
merchantData: {
merchant: '<<--YOUR MERCHANT ID-->>',
signature: '<<--YOUR SIGNATURE OF THE REQUEST-->>',
paymentIntent: '<<--YOUR PAYMENT INTENT-->>'
}
}
async function init() {
const sdk = await SDKLoader.load()
const form = sdk.init(data)
}
Development
Build:
npm run build
Test
npm run test
1.15.0
5 months ago
1.14.0
6 months ago
1.17.0
1 month ago
1.16.0
2 months ago
1.15.1
4 months ago
1.13.0
8 months ago
1.12.0
9 months ago
1.11.1
9 months ago
1.9.0
12 months ago
1.11.0
9 months ago
1.10.1
11 months ago
1.10.0
11 months ago
1.8.1
1 year ago
1.8.0
1 year ago
1.7.0
1 year ago
1.6.2
2 years ago
1.6.1
2 years ago
1.6.0
2 years ago
1.5.1
3 years ago
1.5.0
3 years ago
1.4.0
3 years ago
1.3.3
3 years ago
1.3.2
3 years ago
1.3.1
3 years ago
1.3.0
3 years ago
1.2.0
3 years ago
1.1.0
3 years ago
1.0.0
3 years ago