#jatin.rathod-wallet
1 messages · Page 1 of 1 (latest)
thanks i am explain scanario.
suppose my stripe wallet has balance 100$ i am paid plan for 100$ then auto renewel is on. after 3 month my plan is expire and my wallet balance is 0$.
In that case auto deduct my account (card) add 100$ my wallet balance then renew my plan.
how can we achieve this in stripe
when my wallet balance is 0 at that time automatic add money in my wallet using my card is it possible?
i'm a bit confused here because we don't currently have a product called a Stripe wallet. So i'm not sure what PaymentMethod you're referring to specifically
card payment method i am adding money using card (debit/credit ).
so if you (as the Customer) have a Subscription with a Card payment method, Stripe will attempt to charge your card each time your plan renews
ok but it is possible to auto debit when my subscription plan is renew other wise i am manually to add money in my wallet then purchase plan.
so i am asking stripe have any method to add money at the time of my wallet balance is 0 automatic deduct money in my card
Same as purchase in itunes music Apple.
when my balance is 0 at the time auto renew is on then automatic deduct money in my bank / card then purchase renew plan.
Stripe will automatically deduct money from your card to renew a subscription/plan. There's no such concept as a wallet for a card
you can go through this guide for how to accept payments for subscriptions : https://stripe.com/docs/billing/quickstart
this is a list of test cards you can use : https://stripe.com/docs/testing
Ok thanks
i am refer this https://stripe.com/docs/payments/save-and-reuse
is it possible?
Because i am not using subscription checkout flow with stripe. only stipe roll is add money and payment for subscribe send money to content creator account.
from what i understand, it sounds like you want to use Stripe to send money to the content creator?
you may want to start off with these guide(s) instead : https://stripe.com/docs/connect
when auto renew subscription in that time automatic deduct my bank / card which api use?
any other?
Because my plan is expire so renew plan automatic pay in my card ? At that time which i have to used?
either one works, depends how much work you want to do.
if you do the first one then you have to implement all the recurring logic yourself to choose when to charge. If you use our Billing APIs that happens automatically on a schedule you define.
.
my issue is when my plan is expire at that time i am not renew manual it will automatic deduct money in my account send to the content creator which is the best way?
I can't understand what you're saying, can you phrase it a different way?
ok. My application have two user one is normal user other one in content creator.
now content create add some plan for diet , exersize so normal user can purchase plan using stripe.
this purchase plan is expire after 3 month. so plan is auto renew in that case deduct money from normal user bank account and send to content create account is it possible ? for automatic.
this is my business case.
First time is manual it is working but second time automatic is it possible stripe?
all of this is possible in Stripe yes. Sounds like you want Billing (recurring payments) + Connect (splitting payments to other users like your content provider)