Requirement
To consume our APIs you need some basic technical skills in development.
- Create a SoleasPay account
- Verify this account to preparing it for production
- Store your Apikey
- Generate your Private Key
- Setting up your application
- Test integration
- Go Live
1. Create a Soleaspay Account
Firstly, create a free SoleasPay account here : https://app.soleaspay.com/auth/register.- Fill the form and save it.
- Verify your mailbox and click on the link in the mail you received to activate your account (Verify the spam folder if you not receive the mail)
- Log in to your account at https://app.soleaspay.com/auth/login
- Navigate to your profile and fill all needed informations
2. Verify your Soleaspay Account
Now your SoleasPay account is created. Navigate to your profile and start your account verification Wait for your account to be approval. The process will be done soon3. Store your Apikey
On your SoleasPay account dashboard,- Go to Setting,
- Click to Get the informations for the API
- On API ACCESS copy your API Key
4. Generate your Private Key
On your SoleasPay account dashboard,- Go to Setting,
- Click on Get the informations for the API
- On API ACCESS click on Generate secret Key
- You will receive and email with your private secret key
5. Setting up your application
Prepare your app and integrate our APIs Set Up Callbacks (Optional)- Log in to your SoleasPay dashboard.
- Go to Setting,
- Click on Account Setting
- Add a Notification Link (Whebhook)
- Click “Save Changes”.
6. Test integration
Use our Soleaspay Sandbox to test your implementation In your API testing tool:- Go to Environments and click the “+” button.
- Name the environment (e.g., “Soleaspay Sandbox”).
- Add the following variables:
| Variable | Value |
|---|---|
apikey | Paste the token you generated |
baseUrl | https://sandbox.soleaspay.com |
7. Go Live
You’re All Set! You can now start sending requests to the Soleaspay API in the sandbox environment. We recommend starting withPayin Request, then exploring the following:
Collection
Learn how to collect payments from your customers.
Disbursement
Learn how to disburse funds to your customers.
Refunds
Learn how to refund transactions.
Configuration
Retrieve your setup and all required parameters.
