Fintava API has two environments, Live and Sandbox.
The Fintava API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.
You can use the Fintava sandbox environment which does not interact with the production environment, while integrating our APIs.
| Name | Base Url |
|---|---|
| sandbox | https://dev.fintavapay.com/api/dev |
| Live | https://live.fintavapay.com/api/dev |