#mp_invoice-payment-methods
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/1337105128599191562
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
HI ๐
This payment was blocked by a rule you maintain. The paypal payment method was not completed successfully and the payment intent was in a state of requires_action
The radar rule appears to be based on risk thresholds. It is possible that the PayPal payment method had a lower risk score
However, we on this server cannot offer much insight into how these scores are determined. We focus on helping developers code integrations with Stripe APIs.
Fair. My issue is that I never added paypal as my payent method but as soon as the card got blocked it took me to the paypal payment screen.
I was trying to understand if that is some PaymentElement configuration
Okay let me dig further on that
This Payment Intent is created through an Invoice that is generated by a Subscription. Okay looking for more details about Billing payment methods....
On the Invoice object, in_1QpYF3JqE5f9ucQhOEv07pjz, I see the acceptable payment method types are card and paypal
And you have the PayPal payment method turned on for your Billing payment methods configuration
And.. the invoice_settings.default_payment_method specified for this customer cus_Rj0Ei1CJaWISoi, is a PayPal payment method pm_1QpYFEJqE5f9ucQhLQ7kgGWd
It looks like the second confirmation also came from a website. What UI are you using to collect payment method details?