Spend controls and overspend
An overspend may occur if a merchant clears more funds than authorized, or when a merchant clears funds without authorizing, resulting in the availableToSpend value to go into negative. Rollover is relative to a spendLimit.interval.
If there is any overspend at the end of the spendLimit.interval, this overspend is deducted in the upcoming intervals until the availableToSpend is back to a positive value. It is deducted from the availableToSpend at the beginning of the next interval.
Get started
Turn on the rollover policy
This feature is turned off by default and would need to be turned on for every managed cardManaged CardA payment card (virtual or physical) that can be created and managed through the Weavr platform. Cards can operate in prepaid mode (with their own balance) or debit mode (linked to a managed account). All cards must be assigned to a card assignee who is an Authorised User. spend limit. It can be configured by setting rolloverPolicy.rolloverNegative to TRUE when calling either the create or update spend rule:
/managed_cards/{id}/spend_rules Open API reference