> ## Documentation Index
> Fetch the complete documentation index at: https://doc.soleaspay.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SoleasPay Button

### 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](https://soleaspay.com)
* Request your API key (APIKEY) by email at: [support@mysoleas.com](mailto:support@mysoleas.com), 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

```html theme={null}
<!-- 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>
```
