Required scope: checkout:read
Segurança
accountId and apiKey
- Sandboxhttps://api.test.easypay.pt/2.0/checkout/{id}
- Productionhttps://api.prod.easypay.pt/2.0/checkout/{id}
curl -i -X GET \
'https://api.test.easypay.pt/2.0/checkout/{id}' \
-H 'AccountId: 2b0f63e2-9fb5-4e52-aca0-b4bf0339bbe6' \
-H 'ApiKey: eae4aa59-8e5b-4ec2-887d-b02768481a92'Response
{ "status": "failed", "message": [ "string" ], "checkout": { "id": "string", "status": "pending" }, "payment": { "id": "string", "status": "waiting", "methods": [ … ], "type": "single", "expiration_time": "string", "currency": "string", "key": "string", "max_value": 0, "min_value": 0, "unlimited_payments": true, "frequency": "string", "max_captures": 0, "start_time": "string", "failover": true, "capture_now": true, "retries": 0, "notification": { … } }, "value": 0 }