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)
