#bart-card-element
1 messages · Page 1 of 1 (latest)
Hi, can you share the request id where you see this error? What is the exact error? Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Request id: req_0YkpXpxMljInMa
Reponse: {
"error": {
"code": "parameter_missing",
"doc_url": "https://stripe.com/docs/error-codes/parameter-missing",
"message": "Missing required param: card[exp_month].",
"param": "card[exp_month]",
"request_log_url": "https://dashboard.stripe.com/test/logs/req_0YkpXpxMljInMa?t=1705510559",
"type": "invalid_request_error"
}
}
We were able to work around the problem by using a card element (instead of a cardnumber), but this is a new behavior. It's been working like this for the past year.
Can you share an example request where it worked as expected?
Sure (apologies for the delay)
This request worked yesterday when we were providing the cardNumber element: req_p41u6wbneakNYj
This request worked today when we implemented the workaround to pass the card element:
req_io0KKS4rANDeg8
Let me know if you need the request and response.
(will be back in 60 minutes or so)
Sure, taking a look now
On this request, https://dashboard.stripe.com/test/logs/req_p41u6wbneakNYj it looks like you passed the card expiry data. However, on this one you did not, https://dashboard.stripe.com/test/logs/req_0YkpXpxMljInMa? Can you cofirm that you did not make changes on your end?
bart-card-element