#sudhanshu
1 messages · Page 1 of 1 (latest)
https://stripe.com/docs/api/issuing/cards/create#create_issuing_card-spending_controls-spending_limits you can specify a spending_limits for individual cards.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
and all the virtual card generated under different cardholders are being funded by single issuing balance right?
Let's take a case like, if I have 500 dollars in my stripe issuing balance and there is a user who has a virtual card, I want that user to be able to use just 10 dollars, so for that do we just have to set the spending limit or is there an other option? And if the spending limit is not set, then can that user spend the entire 500 dollars lying in my issuing balance from that virtual card?
Did you have a chance to read the API ref doc that I sent earlier?
Yes i read that, but my question is since spending control is an optional dictionary , what if we dont set it , does it allow a user holding virtual card to use all the amount which are in issuing balance?
Yes you are right
so for all the cards being generated we have to add the spending controls if we want to user to use only specific amount !
Yes you are right
Thankyou!
one more clarification all the virtual card generated under different cardholders are being funded by single issuing balance right?
https://stripe.com/docs/api/balance/balance_object#balance_object-issuing Yes and you can get it from here.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.