#niti-issuing
1 messages · Page 1 of 1 (latest)
@west hinge could you share :
- the
req_xxxrequest ID or Charge IDch_xxxfrom when you attempted to charge the issued card. - and , the
ic_xxxID of the issued card?
Seems expected, you have a $5 monthly limit on that card, and trying to charge $4 (you already charged $2 successfully on that card yesterday(https://dashboard.stripe.com/test/issuing/authorizations/iauth_1Jf2NqF86UteDh9fIKhBhzHF)) would put you over that limit.
So this means if I am updating it today with $5 monthly than it will add include the amount of last transaction too ??
it seems that way!
So can u suggest me some solution to update spending-limit at run-time without going into this condition
maybe check recent transactions on the card and then increase the spending limit you're setting to take account of those.
okay