#thamoddya-rashmitha_docs
1 messages · Page 1 of 1 (latest)
đź‘‹ Welcome to your new thread!
⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đź”— This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1315695207131381870
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
hi
@hybrid halo please stick to your thread
@hollow pier Which mobile sdk are you using?
React Native
Ok likely you'd want to use a setupintent for this: https://docs.stripe.com/payments/save-and-reuse?platform=react-native&mobile-ui=payment-element
Is it charging any change from the card when Verifying It?
It may put a temporary auth on the card
But we don't charge the card
You will be billed for the auth though I believe
But we're not experts on pricing in here
Can I contact a Developer?
Ok. Don't clear the chat, and Thank You
We close/archive threads after inactivity
You should still be able to access it though via the url
It just will be closed
You'll still be able to read it
Can you help me verify the card after collecting these details from the user?
And can you please confirm that we can get a payment from a customer and keep it in stripe wallet and then transfer amount to another person and keep sone commission on our side,
You won't be able to pass raw card number to our api unless you reach out to support and prove that you're pci compliant
So unless you've done that you won't be able to use your own card form
You should instead go with this approach that I sent earlier: https://docs.stripe.com/payments/save-and-reuse?platform=react-native&mobile-ui=payment-element
This would be done via stripe connect
We are using your own Card Form already.
Can you elaborate?
You're already passing raw card number to our api?
Can you share the exact code you're using for that form
Yes
That doesn't look like our payment sheet
Overall my recommendation is the same though
You should be using a SetupIntent for this
That's the way to verify a card and set it up for future use
Per the above guide
I don't see the code for the payment form in that
Oh that's using the legacy CardElement
If possible I strongly recommend using the Mobile Payment Element and just following the guide I sent you: https://docs.stripe.com/payments/save-and-reuse?platform=react-native&mobile-ui=payment-element
It's the newer flow
I think you don't understand what i'm saying
Can you please try to clarify then
Please confirm if we can receive a payment from a customer, hold it in a Stripe wallet, and then transfer the amount to another person while keeping a commission on our side.
Yes you can
I confirmed that above
You need to use connect to transfer the funds
Then how? Can you explain step by step how to do that process?
Connect is a super complicated product and there's not a 1 size fits all solution
You need to read the docs first: https://docs.stripe.com/connect/design-an-integration
Depending on the connect account configuration you choose will determine the correct fund flow
But the idea is that the person you transfer money to will have to have a Stripe Connect Account and have to be onboarded to your platform
What is mean by platform in here
Your stripe account
platform is your account
connect account is the person you want to send funds to
How to create a connect account using API
Please read the docs I sent you
It covers all this
Here's the quickstart if you'd rather follow that: https://docs.stripe.com/connect/onboarding/quickstart
Thank You.