Skip to main content
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

cardId
string
required
Card identifier.

Response

daily_spending
number
Amount spent on the current day against the daily limit.
weekly_spending
number
Amount spent on the current week against the weekly limit.
monthly_spending
number
Amount spent on the current month against the monthly limit.