#dzung_code

1 messages ¡ Page 1 of 1 (latest)

clever chasmBOT
#

👋 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.

molten umbra
#

hi there!

pliant pasture
#

hi

molten umbra
#

How to link merchant ID account to real bank account?
can you clarify what you mean by this?

pliant pasture
#

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

clever chasmBOT
pliant pasture
#

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?

astral remnant
#

What specifically are you struggling with?

#

Do you have a Stripe account? Have you set up our SDK in your RN app?

pliant pasture
#

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/.

astral remnant
#

You provide your Apple Merchant ID when you initialise the Stripe SDK

pliant pasture
astral remnant
#

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?

astral remnant
#

Great! So you have successful test payments in your Dashboard?

pliant pasture
pliant pasture
astral remnant
#

Then your app 'confirms' the payment via customers card in their Apple Pay wallet

pliant pasture
#

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?

astral remnant
astral remnant
pliant pasture
#

The document you sent me has a section like this, I read it but don't understand?

astral remnant
#

What don't you understand?

pliant pasture
#

how to run this server?

astral remnant
astral remnant
pliant pasture
#

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?

astral remnant
#

Are you mostly non-technical? Do you have development experience?

pliant pasture
#

I am a web developer, just switched to RN app.

astral remnant
#

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

pliant pasture
#

yeah, thanks