HELP??!!??
I have been struggling to fix the email and web responses show to users who make new subscriptions, and having trouble identififying the erros in may API code that are causing these response to get reallly messed up..
I have been making many $1 subscriptions through my API trying to find the errors in my code.
Now I’m getting 500 errors:
An internal error has occurred, and the API was unable to service your request.",
“category”: “API_ERROR”
}
]
IAm I being blocked??
For testing, I left one code block unchanged (worked but ugly) and created a variant where I ran multiple tests trying to pretty things up. I work on the varant code trying to understand what I’m doing wrong with responses. The unchanged code worked until this morning – then I to internal errors. I tried direct in the CrEATE SUBSCRIPTION API, and also got 500 error??
A failed curl is
{
“idempotency_key”: “693359bea54ec”,
“customer_id”: "QNM2WE4HXH7BJ2QDBNK6PT7N9G ",
“location_id”: “91F1VEX85751A”,
“card_id”: “ccof:CA4SEBx_FEQDGYvQB7FEpuj6CEIoAQ”,
“plan_variation_id”: “HCJ4BXF2XANYPIKL55OUCPTH”
}
HELP??!!??