- List gateway account downtime schedules
Retrieve gateway accounts
Create a gateway account
Retrieves a gateway account
Upsert a gateway account
Update a gateway account
Delete a gateway account
Close a gateway account
Disable a gateway account
Create a gateway account downtime schedule
Retrieve a gateway account downtime schedule
Update a gateway account downtime schedule
Delete a gateway account downtime schedule
Enable a gateway account
Retrieve gateway account limits
Retrieve a gateway account limit
Update a gateway account limit
Delete a gateway account limit
Verify gateway account credentials
Retrieve financial settings of a gateway account
Set financial settings
Register a domain for Apple Pay
Gateway account downtime ended
Gateway account downtime started
Gateway account limit reached
Gateway account onboarding completed
Gateway account onboarding failed
List gateway account down...
Retrieves a list of downtime schedules for a gateway account with a specified ID.
Security
SecretApiKey or JWT
Criteria for filtering collection items. This field requires a special format. Use , to specify multiple allowed values. Use ; to specify multiple fields.
For more information, see Search filters.
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/gateway-accounts/{id}/downtime-schedules
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/gateway-accounts/{id}/downtime-schedules
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/gateway-accounts/{id}/downtime-schedules
- SecretApiKey
- JWT
curl -i -X GET \
'https://www.rebilly.com/_mock/catalog/all/gateway-accounts/{id}/downtime-schedules?limit=1000&offset=1000&filter=string&sort=string' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE'List of gateway account downtime schedules retrieved.
Array []
ID of the gateway account downtime schedule.
Example:"gw_dwn_0YVCXRK9TKCC6AMAPFB9M4RXDP"
Status of the gateway account downtime schedule.
Enum:"pending""ongoing""finished"
Reason for the gateway account downtime schedule.
Enum:"scheduled-maintenance""daily-limit-reached""monthly-limit-reached"
Date and time when the gateway account scheduled downtime starts.
Date and time when the resource is created. This value is set automatically when the resource is created.
Date and time when the resource is updated. This value is set automatically when the resource is updated.
Response
[ { "id": "gw_dwn_0YVCXRK9TKCC6AMAPFB9M4RXDP", "status": "pending", "reason": "scheduled-maintenance", "startTime": "2019-08-24T14:15:22Z", "endTime": "2019-08-24T14:15:22Z", "createdTime": "2019-08-24T14:15:22Z", "updatedTime": "2019-08-24T14:15:22Z", "_links": [ … ] } ]