- Retrieve a gateway account downtime schedule
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
List gateway account downtime schedules
Create 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
Retrieve a gateway accoun...
Retrieves a gateway account downtime schedule with a specified ID.
Security
SecretApiKey or JWT
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/gateway-accounts/{id}/downtime-schedules/{downtimeId}
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/gateway-accounts/{id}/downtime-schedules/{downtimeId}
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/gateway-accounts/{id}/downtime-schedules/{downtimeId}
- SecretApiKey
- JWT
curl -i -X GET \
'https://www.rebilly.com/_mock/catalog/all/gateway-accounts/{id}/downtime-schedules/{downtimeId}' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE'Gateway downtime schedule retrieved.
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": [ { … } ] }