Hi, Thanks for your response!
So here is what I am trying to do. I am trying to process a stripe charge, and keep getting this error:
STRIPE PLUGIN ERROR:
Stripe returned an error code. Here are the details Stripe provided:
HTTP status code: 400
message: Received unknown parameter: Rusty’s
type: invalid_request_error
param: Rusty’s
As you can see, if the word has an ’ in it, it gives me an error, otherwise the sale goes through fine. Stripe is grabbing the name from my mongoDB:
sample:
{
name: “Rusty’s”,
title: “Rusty’s”,
stripeName: “Rusty’s”,
starUnselected: “images/star.png”,
matchingId: “af68bdc58d”,
}
I manually enter data into Mongo tables.
Thoughts?
Thanks!