#mrelliot-setupintents
1 messages · Page 1 of 1 (latest)
Hello! How can I help?
Im adding cards and i get an error of Received unknown parameter: setup_future_usage
The request id is this one: req_Uk7pXvDbd3lebl
this parameter is add to the object of the confirmCardSetup on js
Can you show me what your JS code is doing?
stripe.confirmCardSetup(
clientSecret,
{
payment_method: {
card: cardElement,
},
setup_future_usage: "off_session",
}
).then(function(result) {
});```