API Base URL
To interact with our API, you will need to use the following base URL:
API Base URL
https://nw-api.clapay.app/nowallet/api or https://nw-api.clapay.app/nowallet/api/v3
Example Endpoint
For example, to generate a payment link, you would use the following endpoint:
POST
{baseUrl}/init/paymentAuthentication
Most API requests require authentication. Please make sure to include your API key in the request headers.
Example
curl -X GET "https://nw-api.clapay.app/nowallet/api/" -H "Authorization: Bearer YOUR_API_KEY"
Was this page helpful?