1.10.5 • Published 4 years ago

twigapay-inlinejs-sdk v1.10.5

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

TwigaPay Inline Payment SDK

Install locally

yarn add twigapay-inlinejs-sdk

CDN option

Setup for website

<button class="tp_button" data-api_ref="payment-link" data-phone-number="254xxxxxxxx"
    data-email="example@twigapay.com" data-amount="100">
    Pay Now
</button>

Include this before closing your body tag

<script src="src/index.js"></script>
<script>
    TwigaPay.setup({
        publicAPIKey: "<YOUR-API-KEY>",
        redirectURL: "<YOUR-REDIRECT-URL>"
    })
</script>
1.10.5

4 years ago

1.10.4

4 years ago

1.10.3

4 years ago

1.10.2

4 years ago

1.10.1

4 years ago

1.10.0

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

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