#yobro - spending limit
1 messages · Page 1 of 1 (latest)
Stripe issuing
I’m not sure how to put it as parameter in update() function
Also what if i want to completely remove limit, what should I write?
Good questions. Thanks for the clarification. Checking in to these
I found it but not sure about remove spending limit
I think if you send an empty array or None, that should unset it
Double checking which format this is.
I would try passing an empty array first. Looks like that is the default for cardholders without them
Also flagging that our docs mention this which may be relevant to you:
If you don’t set spending_limits, a default spending limit is applied to the newly created card in the amount of 500 USD per day. Contact Support to disable this behavior.
https://stripe.com/docs/issuing/controls/spending-controls
So None?
null for amount?
I meant an array that is not none but is empty. In Python I think that would just be empty square brackets []