Sets the daily spending limit for a card. amount is in the currency’s smallest unit — for USD that means cents, so to set a 10,000.00. Must be in (0, 1,000,000]. Only USD is currently accepted. The card must belong to the authenticated user. The response returns the new limit immediately with syncStatus: pending and transitions to synced once the change has been applied downstream.
Documentation Index
Fetch the complete documentation index at: https://gnosispay-feat-v2-auth-module.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Daily limit in the currency's smallest unit (e.g. cents for USD). For USD: send 1000 to set a $10.00 limit, send 1000000 to set the $10,000.00 cap. Must be in (0, 1,000,000].
1 <= x <= 1000000ISO-4217 currency code. Only USD is currently accepted; other values return 400.
Card limit updated successfully
Daily limit in the currency's smallest unit (e.g. cents for USD). Divide by 10^decimals to get the major-unit value. For USD (decimals=2): amount=1000 means $10.00, amount=1000000 means $10,000.00.
ISO-4217 currency code, e.g. USD.
Number of decimal places for this currency (e.g. 2 for USD).
Replication state of the limit. 'pending' immediately after an update, 'synced' once the change has been applied downstream, 'failed' if the change could not be applied after retries.
pending, synced, failed Last time this limit was modified.