#MikeyBeLike-payment-element
1 messages · Page 1 of 1 (latest)
omg awesome, I thought it's been there for a long time and I had never noticed it. Is there a dev mailing list where these types of things are announced?
There is! https://go.stripe.global/dev-digest
Receiving this error: Stripe\Exception\InvalidRequestException Received unknown parameter: automatic_payment_methods
Are you using stripe-php?
Which version?
Perfect! Let me know if you encounter any other issues
ahh that was literally merged in 13 hours ago, so i'm just on time, thanks anyhow!
Yep, it's pretty new for Payment Intents!
actually i'm still receiving this error, composer.lock updated:
Can you share the ID of the failing requests? https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Let me check
I find a bug? 👀
Sorry for the delay here!
You're trying to update an existing Payment Intent, where automatic_payment_methods is indeed an invalid parameter. You need to pass it on creation: https://stripe.com/docs/api/payment_intents/create#create_payment_intent-automatic_payment_methods
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
ahhh okay, thank you!
Np!