Security
Every request to the onboarding API must be authenticated using an API Key. The API key will be provided to you by NomuPay. Each API request must include the API Key in the HTTP header of the request.
Authentication header
X-Api-Key: API_KEY
HTTP status codes
Status | Description |
---|---|
200 Ok | The request succeeded. |
400 Bad Request | Request violates schema. |
401 Unauthorized | Unauthorized API key. |
404 Not Found | The request resource does not exist. |
409 Conflict | There is already an existing record with this value |
500 Internal Server Error | Internal Server Error. |
note
Syntax error in request JSON also returns 500 Internal Server Error
.
Service endpoints
- Live :
https://onboarding.nomupay.com
- Sandbox :
https://onboarding.sandbox.nomupay.com