Request Balance Definition Payload
constraintType enum Required
Defines whether the limit applies to transaction count or amount.
Allowed values: transaction amount
durationUnit enum Required
Unit of time for which the limit is applicable.
Allowed values: day week month year
durationValue integer Required
Number of time units for the balance limit.
transactionType enum Required
Specifies whether the limit applies to credit or debit transactions.
Allowed values: credit debit
value integer Required
Maximum allowed value for the specified constraint type.
slidingSchedule boolean Optional
Determines if the limit resets on a rolling schedule.
Response Successful creation of balance limit
id string format: "uuid"
Unique identifier for the balance limit.
balanceDefinitionId string format: "uuid"
Balance definition ID.
transactionType enum
Specifies whether the limit applies to credit or debit transactions.
Allowed values: credit debit
constraintType enum
Defines the type of constraint (transaction count or amount).
Allowed values: transaction amount
durationValue integer
Number of time units the balance limit applies to.
durationUnit enum
Time unit for the balance limit.
Allowed values: hour day week month year
value double
The maximum allowed value for the defined constraint.
slidingSchedule boolean
Indicates if the limit resets periodically based on a sliding schedule.
createdAt datetime
Timestamp of when the balance limit was created.
updatedAt datetime
Timestamp of the last update to the balance limit.