Base URL & Versioning
The Flexiown Platform Payment API has different base URLs for staging and production environments:
- Staging:
https://pay.staging.teljoy.co.za/api/ - Production:
https://pay.teljoy.co.za/api/
All API requests should be made to the appropriate base URL depending on the environment you are working with.
For example, to request the payment status information for a specific payment ID in the production environment, you would make a GET request to the following URL:
https://pay.teljoy.co.za/api/status/{id}
Replace {id} with the actual payment ID.