Stripe Error Message – a similar object exists in test mode, but a live mode key
-
Hi,
Test is working but get the message below for live, on Stripe.
I have created a PLAN-ID called “usd12w2” in LIVE so not sure why it give me that message. Any advice appreciated.
Thanks.
{
“customer”: “cus_AtCttqLfsS4GCc”,
“plan”: “usd12w2”,
“metadata”: {
“description”: “Twelve Week Plan”
}
}{
“error”: {
“type”: “invalid_request_error”,
“message”: “No such customer: cus_AtCttqLfsS4GCc; a similar object exists in test mode, but a live mode key was used to make this request.”,
“param”: “id”
}
}
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Stripe Error Message – a similar object exists in test mode, but a live mode key’ is closed to new replies.