Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

Paygate REST API is still in Pilot Phase.

INTRODUCTION

Paygate REST API enables you to process and manage payments using a variety of payment methods. The API accepts and returns JSON in the HTTP body, and returns standard HTTP response codes. The API is built based on REST principles, ensuring that it is a well defined, easy to understand and predictable API.

...

Paygate REST API supports the Client Credentials Flow, which involves an application exchanging its application credentials, such as client ID (your merchantd) and client secret (your API key), for an access token. Tokens are requested towards Token URL: https://test.computop-paygate.com/authorization/oauth/token (for Test system) or https://www.computop-paygate.com/authorization/oauth/token (for Production system) using standardized framework: https://auth0.com/docs/get-started/authentication-and-authorization-flow/call-your-api-using-the-client-credentials-flow


Contact the developer



developercomputopdownloadattachments114459535/restapi_09_11_2023.yaml?api=v2
Info
Open API (Swagger) Integration for Confluence
validatorUrlnone
supportedSubmitMethodsPOST, GET
url

Please find out REST API here:

https://

app.

swaggerhub.com/

apis-docs/

Computop/

Paygate_

REST_API