#dzung_code
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/1400416293974442075
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi there!
hi
How to link merchant ID account to real bank account?
can you clarify what you mean by this?
I have created a merchartID at https://appstoreconnect.apple.com/, I read somewhere that I have to get this merchartID to link with a banking account, then if I make a payment, it will be transferred to this banking account
I just learned about this payment method integrated into the app, if you know please guide me.
I use react native to integrate, have you ever done this feature? Can you support me?
Not sure where you read that, but no that's not how it works
What specifically are you struggling with?
Do you have a Stripe account? Have you set up our SDK in your RN app?
I want to integrate Apple Pay into my app to allow users to make payments. Currently, I have only done the UI part, but I don't know how to actually make payments and what I need to prepare?
I have researched some payment gateways and found that Stripe is a popular solution in the US, so I created an account at: https://dashboard.stripe.com/.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
If you want to process payments with Stripe, then you need to integrate Apple Pay in your app via our SDKs. The way to do that is detailed here: https://docs.stripe.com/apple-pay?platform=react-native
You provide your Apple Merchant ID when you initialise the Stripe SDK
I have installed the SDK in RN App? and have Stripe account but have not linked a bank account in the US?
Put the bank account aside for now, that's not critical at this point
Is your React Native app running on Stripe via our SDK?
Yes
Great! So you have successful test payments in your Dashboard?
thanks for sending me your document, i read it but i don't understand why need server.js file what is it for? is it possible to not need server but still pay?
I haven't been able to do it yet
No, you need a server-side component to create a payment via our API
Then your app 'confirms' the payment via customers card in their Apple Pay wallet
I've only done front end before, I don't understand this server side, can you guide me through this step?
as far as i know there will be 2 banking accounts, one account to transfer money to -> apple pay -> one account to receive money?
I'd recommend following the guide I've linked, and I can help answer any specific questions
Not necessarily. The payment will settle in the balance on your Stripe account, and from there it can be 'paid out' to your external bank account
The document you sent me has a section like this, I read it but don't understand?
What don't you understand?
how to run this server?
I explained the need for this here. Your mobile app needs to make a call to a backend which facilitates API calls to us (in this case to create the payment)
You'd probably host that somewhere externally, like with AWS or similar
thank you for answering my question. but maybe i don't fully understand this apple pay payment process? can you take a moment to explain to me the flow from when the user presses the apple pay button until the shop owner receives the money? please help me?
Are you mostly non-technical? Do you have development experience?
I am a web developer, just switched to RN app.
The flow is mostly outlined on that doc I shared, aside from the money moving to your bank account. I'd ignore that last step and focus on getting successful payments created from your app on your Stripe account first
yeah, thanks