Account payments
--url 'https://updow.lat/api/payments/' \
--header 'Authorization: Bearer {api_key}' \
| Parameters | Details | Description |
|---|---|---|
| page | Optional Integer | The page number that you want results from. Defaults to 1. |
| results_per_page | Optional Integer | How many results you want per page. Allowed values are: 10 , 25 , 50 , 100 , 250 , 500 , 1000. Defaults to 25. |
--url 'https://updow.lat/api/payments/{payment_id}' \
--header 'Authorization: Bearer {api_key}' \