Gateway API Overview
Prerequisites
Before you begin integration, ensure the following:
- You have an active merchant account with paytech.
- You have access to the Shop API Key to call API endpoints and the Shop Signing Key for webhook verification. The keys for the sandbox and production environments are different.
- All requests must:
- Use HTTPS (base URL:
https://engine.pay.techfor production,https://engine-sandbox.pay.techfor sandbox environment) - Be made using HTTP
POST,GET, orPATCHmethods as specified - Include the Shop API Key in the Authorization header as a Bearer token
- Use JSON as the request body format for POST and PATCH methods
- Use HTTPS (base URL: