#alex_0ff
1 messages · Page 1 of 1 (latest)
hello! do you mean you want to pay out to your Stripe connected account user's card?
If that's not the case, can you explain with an example, in what case you're sending money to a customer?
I create a social network and like OnlyFans / Myms / Twitter I want to create private subscriptions so any users can subscribe to multiple accounts. But each account must get them money they won with subscriptions
So I have by example 100 subs for my profile and each subs gived me 300$/month. So the social network must give me this money on my bank account each month
How can I create this ?
you. would want to use Connect. I'd suggest looking at this page to find the relevant scenario, and following the example steps : https://stripe.com/docs/connect
Ok I will look. And can I manage many subscriptions on customers directly in stripe ?
Or can I myself create paymentIntent and make a transaction each month without asking for the user to accept the payment ? If I want to manage myself on my app the subscriptions ?
i don't quite understand the questions. Can you try rephrasing?
Ahaha yes
I want to manage myself the custom subscriptions but I want to use Stripe to automatically debit the user each month
Is it possible ?
Stripe will automatically debit the user for Subscriptions. I don't understand what you mean by managing the custom subscriptions yourself. Do you mean you want to charge the users off-session on your own at a non-recurring interval?
I already use the subscriptions method.
But users cannot subscribe to multiple subscriptions at the same time ? And I don't want to create a product for each users who want to activate the subscription to his account.
So I want to manage the account account subscriptions (like Twitter) myself, in my API I create each products but I want to use stripe to debit the account automatically each month
users can subscribe to multiple products or prices. The caveat is that the products/prices cannot be for a different interval. See https://stripe.com/docs/billing/subscriptions/multiple-products
Mmmmmm that's not what I want ...
So can I debit an account in my API without asking for the user to accept the payment ?
yes you can if you've saved the PaymentMethod and set it up for future off_session payments. See https://stripe.com/docs/payments/save-and-reuse
no, it won't be deleted.
Ok thanks