Cards
Update individual card limits
Change the spending limits of an already issued individual card.
PATCH
Updates the daily, weekly and monthly spending limits of an individual card that is already issued, without reissuing it. The new limits apply to the following authorizations. Requires an API key with access level 2 or higher.
Every limit is optional and independent. Send a number to set that limit, or
null to remove it so the card has no cap for that window. Any limit you omit from the body is treated as null and therefore removed — always send the three fields with their intended values.
Path parameters
string
required
Unique identifier of the individual card.
Body
number
Daily spending limit in USD. Must be zero or greater. Send
null to remove the daily limit.number
Weekly spending limit in USD. Must be zero or greater. Send
null to remove the weekly limit.number
Monthly spending limit in USD. Must be zero or greater. Send
null to remove the monthly limit.Response
Returns the updated card.string
Unique card identifier.
string
Rain provider card identifier.
string
ID of the individual client the card belongs to.
string
Card type.
string
Card status. Possible values:
ACTIVE, FROZEN, INACTIVE, DELETED, EXPIRED.string
Last 4 digits of the card number.
integer
Card expiration month.
integer
Card expiration year.
string
Name printed on the card.
string
Transaction approval method.
number
Updated daily spending limit in USD.
null when there is no daily limit.number
Updated weekly spending limit in USD.
null when there is no weekly limit.number
Updated monthly spending limit in USD.
null when there is no monthly limit.string
3DS challenge delivery method. Possible values:
sms, webhook.
