#manafabdul
1 messages · Page 1 of 1 (latest)
So we have an app. In the app we want to give virtual cards for our users. So the cards should act like a regular debit card. Now as per request the admin should be programmatically able to fund the cards of the users. So i wanted to know that wether this feature can be implemented with stripe card issuing and if possible can u give a high level architecture of how this is possible?
?
hai
Discord is busy, give me a few minutes
yeah sure,,,,take your time
What you are describing can be done with Stripe Issuing yes.
and if possible can u give a high level architecture of how this is possible?
If you have some specific questions I'm happy to help, but this is too broad.
so do i have to create a in issuing account for each user?
No, you'll have one Stripe account, and it can create as many virtual cards as you want.
so how will i decide the balance for each cards? Is there a provision where i can credit some amount to the users card?
You can add spending limits for each card: https://stripe.com/docs/issuing/controls/spending-controls#spending-limits
i gone through this but this is the spending limits for an interval of time. I need to know how can i allocate money to each users/cards in my app
You can add spending limits to the cardholder itself: https://stripe.com/docs/api/issuing/cardholders/object#issuing_cardholder_object-spending_controls
thankyou