Getting Started

Inject SDK

You can load AlphaX SDK by using this CDN URL:

https://alphax-payment-sdk.b-cdn.net/v0.0.6/payment-sdk.js

E.g.:

<script src="https://alphax-payment-sdk.b-cdn.net/v0.0.6/payment-sdk.js"></script>

Get your public client key

Visit AlphaX's dashboard, go to Developers > Public Clientsarrow-up-right and create a new Public Client.

We'll use that for initializing the AlphaX SDK.

Last updated