First, you'll need to set up authentication to access the Paytrim API:
Start by testing in our sandbox environment:
curl -X GET 'https://api.paytrim.com/Sandbox/onboarding/pricelists' \ -H 'Authorization: Bearer your-sandbox-token' \ -H 'Content-Type: application/json'
Use these company IDs for testing in sandbox:
curl -X GET 'https://api.paytrim.com/onboarding/pricelists' \ -H 'Authorization: Bearer your-production-token' \ -H 'Content-Type: application/json'
Paytrim API offers several endpoints for different operations:
If you need assistance, contact our support team or refer to our detailed documentation:
API Documentation