| HTTP status | Error code | Description |
|---|---|---|
| 401 | UNAUTHORIZED | Missing or invalid authorization token |
| 500 | INTERNAL_ERROR | Unexpected server error |
curl --location 'https://api.paypaga.com/v2/settlements/options'{
"settlement_currency": "USD",
"reporting_currency": "USD",
"settlement_cycle": "1w",
"next_window": {
"start_at": "2024-08-05T00:00:00Z",
"end_at": "2024-08-11T23:59:59Z",
"settles_after": "2024-08-12T12:00:00Z"
},
"manual_request_enabled": true
}