Create and manage one-time payment transactions
Easypay Payments API (2.0)
Download OpenAPI description
Overview
Easypay Documentation
License
Languages
Servers
Sandbox
https://api.test.easypay.pt/2.0
Production
https://api.prod.easypay.pt/2.0
- Sandboxhttps://api.test.easypay.pt/2.0/system/ping
- Productionhttps://api.prod.easypay.pt/2.0/system/ping
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://api.test.easypay.pt/2.0/system/ping \
-H 'AccountId: 2b0f63e2-9fb5-4e52-aca0-b4bf0339bbe6' \
-H 'ApiKey: eae4aa59-8e5b-4ec2-887d-b02768481a92'Response
application/json
{ "environment": "sandbox", "time": "2026-01-01T12:00:00Z" }