Skip to main content

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

StatusDescription
200 OkThe request succeeded.
400 Bad RequestRequest violates schema.
401 UnauthorizedUnauthorized API key.
404 Not FoundThe request resource does not exist.
409 ConflictThere is already an existing record with this value
500 Internal Server ErrorInternal 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