SDK
Obtain Public Client Key
Visit AlphaX’s dashboard, go to Developers > Public Clients and create a new Public Client.
Once you have created the Public Client, you will be able to see the Public Client Key. This key is essential for integrating the AlphaX Payments SDK into your web application.
Inject the SDK
To integrate the AlphaX Payments SDK into your web application, include the following script tag in your HTML:
Please don’t download the SDK and host it on your own server, as we will be updating the SDK regularly to add new features and fix bugs. By using the CDN link, you will always have access to the latest version of the SDK without needing to manually update it.
Initialize the SDK
After including the SDK script in your HTML, you can initialize the SDK using the following code:
Create a Payment Element
To create a payment element, use the following code:

