Full report with all the subscriptions payments from your Account Id
Required scope: subscription:read
Segurança
accountId and apiKey
- Sandboxhttps://api.test.easypay.pt/2.0/subscription
- Productionhttps://api.prod.easypay.pt/2.0/subscription
curl -i -X GET \
'https://api.test.easypay.pt/2.0/subscription?page=0&records_per_page=20&expiration_time=string&method=string&customer=string&id=string&key=string&created_at=string&status=active&value=10.55' \
-H 'AccountId: 2b0f63e2-9fb5-4e52-aca0-b4bf0339bbe6' \
-H 'ApiKey: eae4aa59-8e5b-4ec2-887d-b02768481a92'Response
Success
{ "data": [ { … } ], "meta": { "page": { … }, "records": { … }, "links": { … } } }