Full report with all the out payments from your Account Id
Required scope: out_payment:read
Security
accountId and apiKey
Specifies the number of records to retrieve per page. This parameter is used for controlling the size of each page in a paginated collection of records. The value must be a positive integer, determining how many records are displayed on each page (e.g., "20" for 20 records per page).
Default:20
Example:records_per_page=20
- Sandboxhttps://api.test.easypay.pt/2.0/out_payment
- Productionhttps://api.prod.easypay.pt/2.0/out_payment
curl -i -X GET \
'https://api.test.easypay.pt/2.0/out_payment?page=1&records_per_page=20&method=transfer&type=normal&id=bb3e7e60-20f3-4208-9b21-64c635a51f42&key=01J32EESEC1Z543P7J3PKSF1Q9&value=10.32&created_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'OK
The Pagination object contains detailed information about the pagination of a collection of records.
This object is used to provide navigation and context for paginated results, allowing users to easily move between pages and understand the scope of the dataset.
Response
{ "meta": { "page": { … }, "records": { … }, "links": { … } }, "data": [ { … }, { … } ] }