- Retrieve a gateway account limit
Retrieves a gateway account limit with a specified ID.
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/gateway-accounts/{id}/limits/{limitId}
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/gateway-accounts/{id}/limits/{limitId}
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/gateway-accounts/{id}/limits/{limitId}
- SecretApiKey
- JWT
curl -i -X GET \
'https://www.rebilly.com/_mock/catalog/all/gateway-accounts/{id}/limits/{limitId}' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE'Gateway account limit retrieved.
ID of the gateway account limit.
Date and time when the gateway account limit ends. When a gateway account limit ends the limit resets.
Frequency at which the gateway account limit period resets.
Type of gateway account limit.
| Enum Value | Description |
|---|---|
| money | Limits the amount of money that a transaction can process on a gateway account. If |
| count | Limits the total number of transaction can be processed on a gateway account. |
Limits the maximum allowed value. If type is set to money, the currency is the report currency. cap only applies to approved transactions of type authorize or sale.
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.
{ "id": "4f6cf35x-2c4y-483z-a0a9-158621f77a21", "status": "monitoring", "startTime": "2019-08-24T14:15:22Z", "endTime": "2019-08-24T14:15:22Z", "frequency": "daily", "type": "money", "cap": 1000, "usage": 375, "createdTime": "2019-08-24T14:15:22Z", "updatedTime": "2019-08-24T14:15:22Z", "_links": [ { … } ] }