Base URLs
- Sandbox:
https://api.dev.zeam.paytec.io/v1 - Production:
https://api.zeam.app/v1
Get sandbox credentials
Your Zeam business administrator registers an application in the business
portal and shares its
clientId, client secret, and application secret
(apiKey) with you. See API keys.Issue an access token
Exchange your client credentials for a short-lived bearer token. This route
is public.The response contains the token and its lifetime in seconds:
cURL
Response
Next steps
Authentication
Understand tokens, the application secret, and association scoping.
Make your first transaction
Go from a quote to an executed payment and webhook updates.
API reference
Browse every endpoint and try requests in the playground.
Errors
Learn the RFC 7807 error format and how to handle failures.