#PYDev
1 messages · Page 1 of 1 (latest)
Hi
Could you provide more details with a concrete example of what you want to achieve exactly ?
Thanks for your reply
I'm developing one reward base system.
Ex. If user have 100 coins then they can withdraw that coin as amount.
So I have to develop one system that can withdraw amount using card.
I'm adding user's card using payment intent
So I have to develop one system that can withdraw amount using card.
This looks like charging the customer's card, right? you can save the card first time during a first payment/charge and then charge it off session, this guide explains this:
https://stripe.com/docs/payments/save-during-payment
Do you think this covers your use case ?
No no
just I want to transfer amount into users acoount with only user's card information
Is this make sense ?
Ah, you need to use Stripe Connect in this case.
👋 taking over for my colleague. Let me know if there's any follow-up Qs I can answer!
there is no way to trnasfer without connect ?
yes that's correct
payout is the transaction between a Stripe Balance and an external account
External account means which is not created in my merchant account right ?
external account means your bank account
It is neccessary to take documents and adress inforamtion from user for connect account or any other way to create an account without this ?
there is no workaround