“Check info and try again” error? / Strange Invalid Request Error with Stripe
-
Every time anyone tries to make a payment, this error always keeps popping up and prevents the person from being able to successfully pay.
From Stripe logs:
{
“error”: {
“message”: “You may only specify one of these parameters: [“source”, “payment_method”].”,
“param”: “source”,
“type”: “invalid_request_error”
}
}On the front end side, it would say “Check info and try again” even though all fields are populated. No one is logged into the website during this time (which should be normal for our case since it will be guests who visit our website and they can make a donation if they would like – not sure if this relates to my issue).
Anyone else experiencing this issue?
- The topic ‘“Check info and try again” error? / Strange Invalid Request Error with Stripe’ is closed to new replies.