Hello,
Stripe is unable to generate a subscription for my customers. There is an error in one of the fields [name] that is submitted to Stripe. Please see below for the error log that I obtained from Stripe. My website is not working to charge customers. Can this be fixed ASAP please?
Best wishes,
Richard
*************
POST /v1/plans
2018/08/13 18:28:45
Summary
ID
req_EoMtQ74snKVFCy
Time
2018/08/13 18:28:45
Method
POST
URL
/v1/plans
Status
400
IP address
18.130.80.63
Version
Source
Stripe/v1 PhpBindings/4.1.1
Request query parameters
No query parameters
Request POST body
{
“id”: “premium-monthly_650_0_24_month_0_30”,
“name”: “Premium – Monthly (Free for the first month. Then 24.00£ for each month.)”,
“amount”: “2400”,
“currency”: “GBP”,
“interval”: “month”,
“interval_count”: “1”,
“trial_period_days”: “30”
}
Response body
{
“error”: {
“code”: “parameter_unknown”,
“doc_url”: “https://stripe.com/docs/error-codes/parameter-unknown”,
“message”: “Received unknown parameter: name”,
“param”: “name”,
“type”: “invalid_request_error”
}
}