Retrieves a list of limits for a gateway account with a specified ID.
SecuritySecretApiKey or JWT
Request
path Parameters
id
required
string <= 50 characters ^[@~\-\.\w]+$
ID of the resource.
Responses
200
List of gateway account limits retrieved.
Response Schema: application/json
Array
cap
required
integer
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.
id
string <= 50 characters
ID of the gateway account limit.
status
string
Status of the gateway account limit.
Enum:"monitoring""reached"
startTime
string <date-time>
Date and time when the gateway account limit starts.
endTime
string <date-time>
Date and time when the gateway account limit ends.
When a gateway account limit ends the limit resets.
frequency
string
Frequency at which the gateway account limit period resets.
Enum:"daily""monthly"
type
string
Type of gateway account limit.
Enum:
Description
money
Limits the amount of money that a transaction can process on a gateway account. If money is chosen, the currency is the report currency.
count
Limits the total number of transaction can be processed on a gateway account.
usage
integer
Usage of the gateway account limit during this period.
createdTime
string <date-time> (CreatedTime)
Date and time which is set automatically when the resource is created.
updatedTime
string <date-time> (UpdatedTime)
Date and time which updates automatically when the resource is updated.