#max_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/1285701765492113560
đ Have more to share? Add more details, code, screenshots, videos, etc. below.

Hello
The error is correct.. There's no separate element for Paypal specifically.
But is this possible what I would like to do with PayPal?
Because since it's an application on Discord, many people would prefer to pay via this payment method
One option is to use this flow: https://docs.stripe.com/payments/paypal/accept-a-payment?web-or-mobile=web&payments-ui-type=direct-api#submit-payment
Where you add your own UI and call confirmPayPalPayment via code..
The second option would be to switch to Payment Element: https://docs.stripe.com/payments/payment-element
It supports cards and paypal both
One thing I'd flag is that Paypal is only supported for Stripe accounts based in EU as of today
I'm in France and mainly affect this public, so I don't think I'll have any problems with that.
Okk, I'll go see the information you added
But suddenly it's not possible to add a "defaultPaymentMethod" from PayPal to a member ?
Hello! I'm taking over and catching up...
Hi, okay, no worries ^^
Recurring PayPal payments (including setting PayPal up for future use/as the default for later) require approval. There should be a button to request approval in your Dashboard where you enabled PayPal.
It's on stripe dashboard ?
I see this, but where can I activate it ? Is it up to me to activate it from the dashboard or to the customers to accept it ?
I can't read that, but what's under the â˘â˘â˘ button in the top right?
on the "..." button there is just this
otherwise I see that I can configure things here, but I cannot put a localhost domain for local testing
Hm, I'm not sure where they moved it, or if I'm just not remembering the right place. In any case, you should be able to request approval by reaching out to Stripe support: https://support.stripe.com/contact/email
ok, I will contact them, thanks for the info 
Happy to help!