400 Error- Plan is correct in Stripe
-
Love the simplicity of your app but I am having issues getting a success.
Here is where I am using the plugin: https://www.jason-byer.com/marketing-mastermind-businesses-groupon/
Here is the shortcode I am using for the button:
[direct-stripe type=”subscription” amount=”100″ description=”marketing” label=”Buy Now” panellabel=”$1 – Sign Me Up”]Here is what I get in Stripe:
STATUS DESCRIPTION
400 ERR POST /v1/subscriptions
200 OK POST /v1/customers
200 OK POST /v1/tokensHere are the details for “400 ERR POST”
Request POST body
{
“customer”: “cus_BakHczl8Vz6U2D”,
“plan”: “100”,
“metadata”: {
“description”: “marketing”
}
}Response body
{
“error”: {
“type”: “invalid_request_error”,
“message”: “No such plan: 100”,
“param”: “plan”
}
}Here is the plan I am using set up the exact in both test and live. Currently, the Direct Stripe settings are turned to TEST.
Plan details
Edit details
ID
marketing
Name
The Marketing Mastermind
Price
$1.00/month
Trial period
No trialPlease help me resolve this issue. Thank you.
The page I need help with: [log in to see the link]
- The topic ‘400 Error- Plan is correct in Stripe’ is closed to new replies.