Entry points
The Paynova API has two entry points, one for testing and one for our live production environment. You will receive the url's for these entry points together with your account information.
Protocol
The Paynova API uses HTTPS exclusively.
Content format
We officially support JSON and UTF-8 encoding for all requests and responses.
If you prefer XML, our API supports that, too, but we are unable to provide any integration support for integrations using XML.
Headers
We recommend that you send request and receive results as JSON, so make sure to include the appropriate headers in your request.
Accept: application/json
Content-Type: application/json