Transactions
Get card accumulated spending
Retrieve the amount already spent against a card’s daily, weekly, and monthly limits.
GET
Returns the amount already consumed against the card’s daily, weekly, and monthly spending limits. Use this alongside the card’s
daily_limit, weekly_limit, and monthly_limit to compute the remaining available amount on each period. Requires an API key with access level 1 or higher.
Path parameters
Card identifier.
Response
Amount spent on the current day against the daily limit.
Amount spent on the current week against the weekly limit.
Amount spent on the current month against the monthly limit.

