Integration Guides
Integration Guides
Welcome to the Solgateway Integration Guides! This section provides step-by-step instructions for integrating Solgateway into your applications using various programming languages and platforms. Whether you are a developer or a business owner, these guides will help you get up and running with crypto payments quickly and efficiently.
PHP Integration
1. Install Solgateway PHP SDK
Use Composer to install the Solgateway PHP SDK:
2. Configure API Key
Set up your API key in your application:
3. Create a Payment
To create a payment transaction:
4. Retrieve Transaction Status
To check the status of a transaction:
JavaScript Integration
1. Install Solgateway Node.js SDK
Use npm to install the Solgateway Node.js SDK:
2. Configure API Key
Set up your API key in your Node.js application:
3. Create a Payment
To create a payment transaction:
4. Retrieve Transaction Status
To get the status of a transaction:
Golang Integration
1. Install Solgateway Go SDK
Use Go modules to install the Solgateway Go SDK:
2. Configure API Key
Set up your API key in your Go application:
3. Create a Payment
To create a payment transaction:
4. Retrieve Transaction Status
To retrieve the status of a transaction:
Python Integration
1. Install Solgateway Python SDK
Use pip to install the Solgateway Python SDK:
2. Configure API Key
Set up your API key in your Python application:
3. Create a Payment
To create a payment transaction:
4. Retrieve Transaction Status
To get the status of a transaction:
WooCommerce Plugin
1. Install the Plugin
Download the Solgateway WooCommerce plugin from the Solgateway website.
Upload the plugin to your WordPress site and activate it through the Plugins menu.
2. Configure the Plugin
Navigate to WooCommerce > Settings > Payments.
Select Solgateway and enter your API key.
Configure additional settings like transaction modes and webhook URLs as needed.
3. Start Accepting Payments
Once configured, Solgateway will be available as a payment method at checkout, allowing you to accept crypto payments seamlessly.
Conclusion
These guides provide a foundation for integrating Solgateway into various applications and platforms. For additional details, examples, or custom integration requirements, please refer to the specific API documentation or contact our support team.
Last updated