1.3.1 • Published 1 year ago
smartypay-client-sdk v1.3.1
Smarty Pay Client SDK
Simple library for show a custom payment button in any website
Stable version link
<script src="https://checkout.smartypay.io/sdk/smartypay-client-sdk-v1.js"></script>Demo
Donation button

<div id="smartypay"></div>
<script src="https://checkout.smartypay.io/sdk/smartypay-client-sdk-v1.js"></script>
<script>
new SmartyPayDonation({
target: 'smartypay',
donationId: 'YOUR_DONATION_ID',
lang: 'en',
theme: 'dark',
})
</script>- target - element id
- donationId - you can get it here: https://dashboard.smartypay.io/
- lang -
enby default (also hases,ru) - theme -
light(default) ordark
Payment Button

<div id="smartypay"></div>
<script src="https://checkout.smartypay.io/sdk/smartypay-client-sdk-v1.js"></script>
<script>
new SmartyPayButton({
target: 'smartypay',
apiKey: 'YOUR_API_KEY',
amount: '1.99',
token: 'bUSDT',
lang: 'en',
theme: 'dark',
})
</script>- target - element id
- apiKey - you can get it here: https://dashboard.smartypay.io/
- token - see valid tokens here: https://docs.smartypay.io/general/supported-tokens
- amount - amount for payment (example 0.99)
- lang -
enby default (also hases,ru) - theme -
light(default) ordark
Recharge Payment button

<div id="smartypay"></div>
<script src="https://checkout.smartypay.io/sdk/smartypay-client-sdk-v1.js"></script>
<script>
new SmartyPayRechargePayment({
target: 'smartypay',
address: 'CLIENT_RECHARGE_PAYMENT_ADDRESS',
lang: 'en',
theme: 'dark',
})
</script>- target - element id
- address - recharge payment address for client (see docs)
- lang -
enby default (also hases,ru) - theme -
light(default) ordark
Usage in React App
See React Client
Build steps
Clone repository into your dir
cd your_dir
git clone https://github.com/smarty-pay/smartypay-client-sdkBuild
npm install
npm run buildFull docs
Checkout our TypeDocs
1.3.1
1 year ago
1.3.0
1 year ago
1.2.5
2 years ago
1.2.4
2 years ago
1.2.0
2 years ago
1.2.3
2 years ago
1.2.2
2 years ago
1.2.1
2 years ago
1.1.0
2 years ago
1.0.19
3 years ago
1.0.18
3 years ago
1.0.16
3 years ago
1.0.9
4 years ago
1.0.11
4 years ago
1.0.10
4 years ago
1.0.15
3 years ago
1.0.14
3 years ago
1.0.13
4 years ago
1.0.12
4 years ago
1.0.5
4 years ago
1.0.4
4 years ago
1.0.3
4 years ago
1.0.2
4 years ago
1.0.1
4 years ago
1.0.0
4 years ago