Developer resources
Orbi Payments Gateway provides developer-friendly tools to help you explore the API, test integrations, and generate client libraries.
Postman
You can explore and test the Orbi Payments Gateway API using Postman.
Download the OpenAPI specification and import it into Postman to automatically generate a complete collection of API endpoints, including example requests and response schemas.
This is the fastest way to:
- Inspect available endpoints
- Experiment with requests in Sandbox
- Validate request and response formats during development
OpenAPI and Swagger tools
Orbi Payments Gateway exposes an OpenAPI specification that can be used with a wide range of tools to generate client SDKs and documentation.
You can use the specification to:
- Upload it to Swagger Editor to explore the API interactively
- Generate client libraries using built-in Swagger tooling
- Create SDKs with external generators such as:
These tools allow you to bootstrap integrations in your preferred programming language while staying aligned with the latest API definitions.
Note
The OpenAPI specification is periodically updated to reflect new endpoints and features. Always ensure you are using the latest version when generating client libraries.
Updated 6 months ago