#daaacoin
1 messages · Page 1 of 1 (latest)
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
I try to find the second one
Okay let's start with that one.
So it looks like you turned on Paypal in your Invoice Settings after you finalized the Invoice that is associated with that PaymentIntent.
If you create/finalize a new Invoice, then Paypal will be automatically added.
For now, you need to update that PaymentIntent's payment_method_types to include Paypal: https://docs.stripe.com/api/payment_intents/update#update_payment_intent-payment_method_types if you want to charge that Invoice
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Ok I retry.
About the 2nd error: req_wGOvC21b0f35dI
I still get the first error with a new invoice https://dashboard.stripe.com/logs/req_HbYFF15zXQsTH5
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
What's weird is that even the invoice link https://invoice.stripe.com/i/........ by checkout doesn't suggest Paypal
Hmm that is strange that the PaymentIntent doesn't have paypal in that newer one. One sec.
You said this same flow worked in test mode?
Yes, no issue with Paypal
Do you have an example Invoice from test mode that you can share?
https://dashboard.stripe.com/test/payments/pi_3OmYQ9DLjBWvJBYP2iEUyEAO https://dashboard.stripe.com/test/invoices/in_1OmYQ7DLjBWvJBYPrOSU1gSD for the latest one
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Ah okay okay I see what happened
If you look in your Dashboard at https://dashboard.stripe.com/settings/payment_methods and drop down Paypal then you can see it is still pending approval for recurring payments
Ok, even if the invoice is not recurring like in my case?
Yeah this is still technically a recurring payment as you are using an already-collected PaymentMethod.
A colleague is double checking here to make sure this is the issue.
Ok thank you
Okay yep we confirmed that is the reason for this error.
So after recurring Paypal is enabled you should no longer see this error occur.
Ok thank you very much.
Have a good day