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 Connect
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 bothGET 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/agentendpoints. - 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.
Initialize a New Wallet Link
To link a user from your application to their SoleasPay wallet, initiate the following request: EndpointGET /api/agent/link/new
Headers
Content-Type:application/jsonx-api-key:{Your API key}
email(string): User’s email addressphone(integer): User’s phone number (digits only)phoneCountry(string): Country code (e.g.,+237)
