Skip to main content

I.1 Technical Skills

Installing this module is simple, but it requires basic knowledge of JavaScript and web development.

I.2 Obtain an APIKEY

Before integration, you must:
  • Create a Merchant or Professional account on SOLEASPAY
  • Request your API key (APIKEY) by email at: [email protected], specifying the phone number associated with your account
⚠️ To receive the API key, you must:
  • Sign the usage contract
  • Provide a valid business registration or supporting document

II. Installation

The installation consists of inserting two scripts into your HTML page.

a. Main Script

<!-- Production Environment -->
<script id="SBScript" type="text/javascript" data-lang="en" data-apikey="YOUR_API_KEY" src="https://soleaspay.com/webPay/v2/sopayButton.min.js"></script>

<!-- Sandbox Environment -->
<script id="SBScript" type="text/javascript" data-lang="en" data-apikey="YOUR_API_KEY" src="https://soleaspay.com/sandbox/sandboxButton.min.js"></script>