Skip to main content
PATCH
Updates the daily, weekly, and monthly spending limits for a virtual card. Requires an API key with access level 2 or higher.

Path parameters

cardId
string
required
Card identifier.

Body

daily_limit
number
Daily spending limit in USD.
weekly_limit
number
Weekly spending limit in USD.
monthly_limit
number
Monthly spending limit in USD.

Response

Returns the updated virtual card object.
id
string
Unique card identifier.
daily_limit
number
Updated daily spending limit.
weekly_limit
number
Updated weekly spending limit.
monthly_limit
number
Updated monthly spending limit.