- List all payment links
Create a payment link
List payment link details
Delete Link
Update Link
List all payment links
List all the payment links. Results come back a page at a time, with limit capped at 100. Ask for more than that and you get a 409, ask for less than 1 and you get a 400.
Required scope: link:read
Segurança
accountId and apiKey
- Sandboxhttps://api.test.easypay.pt/2.0/link
- Productionhttps://api.prod.easypay.pt/2.0/link
curl -i -X GET \
'https://api.test.easypay.pt/2.0/link?cursor=string&limit=0&id=497f6eca-6276-4993-bfeb-53cbbbba6f08&amount=interval(10.00%2C50.00)&customer_name=string&email=user%40example.com&phone_number=%2B351911234567&created_at=interval(2025-01-01T00%3A00%3A00Z%2C2025-01-31T23%3A59%3A59Z)&modified_at=interval(2025-01-01T00%3A00%3A00Z%2C2025-01-31T23%3A59%3A59Z)&expiration_time=interval(2025-01-01T00%3A00%3A00Z%2C2025-01-31T23%3A59%3A59Z)&payment_method%5B%5D=MBW&status%5B%5D=ACTIVE' \
-H 'AccountId: 2b0f63e2-9fb5-4e52-aca0-b4bf0339bbe6' \
-H 'ApiKey: eae4aa59-8e5b-4ec2-887d-b02768481a92'Response
{ "metadata": { "next_cursor": "lL_j7ilk7rc", "count": 10 }, "data": [ { … } ] }