#xmeda_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/1230149357609816175
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
I think you'd select Stripe on that page if you want the funds to settle on Stripe
https://docs.stripe.com/payments/paypal/connect-your-paypal-account
Step 4:
Select your settlement preference. If you select Add PayPal funds to your Stripe balance, PayPal money flow is similar to other payment methods at Stripe. If you select Keep PayPal funds in PayPal balance, youโll need to manage payouts on PayPal with the option to automate the frequency of payouts. Find more information about settlement modes.
Do i need to add any extra code to my frontend or backend to accept PayPal payments or does the payment_intent and PaymentElement do it automatically
It depends on how you're currently integrated.
Are you using automatic_payment_methods when creating PaymentIntents? If so, you don't need extra code. You can turn it on using the dashboard
NP! ๐ happy to help
I have one more issue, in payment methods page it says setup needed for PayPal and asks me to add a domain, when i add it shows me a link to upload the verification file to but i don't know how i'm supposed to upload it
it shows me 404 Page not found because it's not a link in my web application so i can't access it
This page explains it
https://docs.stripe.com/payments/payment-methods/pmd-registration
You need to add that file on your web server
I need to verify it only for ApplePay and if i don't want to use it i don't need to verify am i correct?
https://docs.stripe.com/payments/payment-methods/pmd-registration
The following payment methods require registration:
Google Pay
Link
PayPal
Apple Pay (additional verification step required)
Thank you for your help and patience
NP! ๐