Credit Card not working
-
Since the latest Update Stripe is not working anymore.. SEPA Debit Payments are constantly on “pending” and credit card payments not even working.
I checked the live API, nothing suspicious but i found a 400 Error in my test logs..
{
“error”: {
“code”: “payment_intent_invalid_parameter”,
“doc_url”: “https://stripe.com/docs/error-codes/payment-intent-invalid-parameter”,
“message”: “The provided source type sepa_debit is only accepted when confirming a PaymentIntent. Please try again by creating the PaymentIntent with the source and setting confirm=true, or you can create the PaymentIntent without a source and later confirm it with the source by using POST /v1/payment_intents/:payment_intent/confirm.”,
“type”: “invalid_request_error”
}
}How can we fix this?
- The topic ‘Credit Card not working’ is closed to new replies.