Card Customer — Card Operations
Set Customer Spending Limit
Update the daily spending limit for a customer’s card via Gelato relay
PUT
string
required
Bearer token:
Bearer YOUR_ACCESS_TOKENstring
required
The customer’s
yativo_card_id.number
required
The new daily spending limit in USD. Must be a positive number and cannot exceed the admin-set ceiling for your program.
Limit changes are processed via a Gelato relay with a 3-minute delay. A
gelato_status: "ExecSuccess" confirms the transaction was enqueued. Poll GET /wallet/limits after 3 minutes to confirm the updated limit is active.
