Cursor based endpoint to retrieve all account refunds.
Required scope: refund:read
Segurança
accountId and apiKey
- Sandboxhttps://api.test.easypay.pt/2.0/refund
- Productionhttps://api.prod.easypay.pt/2.0/refund
curl -i -X GET \
'https://api.test.easypay.pt/2.0/refund?cursor=string&limit=0&created_at=interval(2006-01-02%2015%3A04%2C2006-01-02%2015%3A04)&updated_at=interval(2006-01-02%2015%3A04%2C2006-01-02%2015%3A04)' \
-H 'AccountId: 2b0f63e2-9fb5-4e52-aca0-b4bf0339bbe6' \
-H 'ApiKey: eae4aa59-8e5b-4ec2-887d-b02768481a92'Response
{ "metadata": { "next_cursor": "string", "count": 5 }, "data": [ { … } ] }