#jatin.rathod-wallet

1 messages · Page 1 of 1 (latest)

tardy lark
#

hi there, what wallet balance are you referring to?

fresh jackal
#

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?

tardy lark
#

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

fresh jackal
#

card payment method i am adding money using card (debit/credit ).

tardy lark
#

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

fresh jackal
#

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.

tardy lark
#

Stripe will automatically deduct money from your card to renew a subscription/plan. There's no such concept as a wallet for a card

fresh jackal
#

ok

#

Can you please give me the link how can achive.

#

?

tardy lark
fresh jackal
#

Ok thanks

#

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.

tardy lark
#

from what i understand, it sounds like you want to use Stripe to send money to the content creator?

fresh jackal
#

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?

misty sable
#

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.

fresh jackal
#

.

#

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?

misty sable
#

I can't understand what you're saying, can you phrase it a different way?

fresh jackal
#

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?

misty sable
#

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)