#PYDev

1 messages · Page 1 of 1 (latest)

safe sirenBOT
viscid summit
#

Hi
Could you provide more details with a concrete example of what you want to achieve exactly ?

tranquil prawn
#

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

viscid summit
#

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 ?

tranquil prawn
#

No no

#

just I want to transfer amount into users acoount with only user's card information

#

Is this make sense ?

viscid summit
#

Ah, you need to use Stripe Connect in this case.

autumn adder
#

👋 taking over for my colleague. Let me know if there's any follow-up Qs I can answer!

tranquil prawn
#

there is no way to trnasfer without connect ?

autumn adder
#

yes that's correct

tranquil prawn
#

Okay Thanks

#

I can achive above function using payout ?

autumn adder
#

payout is the transaction between a Stripe Balance and an external account

tranquil prawn
#

External account means which is not created in my merchant account right ?

autumn adder
#

external account means your bank account

tranquil prawn
#

It is neccessary to take documents and adress inforamtion from user for connect account or any other way to create an account without this ?

autumn adder
#

there is no workaround