Nimbbl API specifications provide developers with a comprehensive set of tools and guidelines to seamlessly integrate Nimbbl's payment services into their applications, platforms, or systems. These specifications empower developers to create efficient and secure payment experiences for their users while leveraging the advanced capabilities of Nimbbl's platform.
In this developer documentation, you will get all the details to integrate Nimbbl on your website or app in the correct way with clear and concise documentation, code examples, and comprehensive reference materials. They provide a standardized way to interact with Nimbbl's APIs, ensuring compatibility across different programming languages and frameworks.
Nimbbl APIs are completely RESTful and all our responses are returned in JSON.
Authentication
All APIs need to have this as part of the header to get access to the resources exposed by the API
Security Scheme Type: | http |
---|---|
HTTP Authorization Scheme: | bearer |
Bearer format: | JWT |
APIs that need to act on user specific resources, need an additional header auth parameter. This will be retuned as part of the response for the create-order API. If you aren't getting the token, please reach out to our team for the correct configuration.
Security Scheme Type: | apiKey |
---|---|
Header parameter name: | x-nimbbl-user-token |