Current endpoints use the /api/v1 prefix.
https://secureapi.dyrectpay.com/api/v1
https://devapi.dyrectpay.com/api/v1
Breaking changes will be introduced under a new version prefix. Non-breaking additions may be added to the current version.

Best practices

  • Build against explicit versioned URLs.
  • Do not depend on undocumented response fields.
  • Treat enum additions as possible at any time.
  • Keep your OpenAPI-generated client up to date with the published docs.