Skip to main content

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.

E Bill

SoleasPay Link API allows decentralized financial management within partner applications, offering flexible integration with a partner wallet while preserving your business logic.
If you’re not looking to build API documentation, you can contact our team for more details.

API Base

The SoleasPay Link API endpoints support both GET and POST requests:

SoleasPay

View the website for specification details

Authentication

All requests to the Link API must include an API key in the request headers:
  • x-api-key: Required for all /api/agent endpoints.
  • You can obtain your API key from the SoleasPay dashboard.

Rate Limits

The number of requests is limited to 600 requests per hour per IP address.
If you require a higher limit, please contact us.
Exceeding the limit may result in temporary blocking of the IP address.
To link a user from your application to their SoleasPay wallet, initiate the following request: Endpoint
GET /api/agent/link/new
Headers
  • Content-Type: application/json
  • x-api-key: {Your API key}
Query Parameters
  • email (string): User’s email address
  • phone (integer): User’s phone number (digits only)
  • phoneCountry (string): Country code (e.g., +237)

Example Request (JavaScript)