#yobro - spending limit

1 messages · Page 1 of 1 (latest)

edgy hinge
#

Hello, is this with Stripe Issuing or something else?

tawdry star
#

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?

edgy hinge
#

Good questions. Thanks for the clarification. Checking in to these

tawdry star
#

I found it but not sure about remove spending limit

edgy hinge
#

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

tawdry star
#

null for amount?

edgy hinge
#

I meant an array that is not none but is empty. In Python I think that would just be empty square brackets []