robdog
Well-known member
- Affected version
- 2.3
The message I am getting in the AdminCP for the payment provider log is:
Error: Event data received from Stripe does not contain the expected values.
I looked in the Stripe developer dashboard and it sent the following data:
DELETE /v1/subscriptions/sub_[SUB_ID]
Response Body
Request Query Parameters
One thing to note, the user ALREADY cancelled their subscription on our site, so that may play into this situation. However, this would allow them to continue with their paid version. If I cancel the subscription in the admin and issue a refund, I would expect the user to be downgraded.
Let me know if there is any other information you need to help debug. Thanks.
Error: Event data received from Stripe does not contain the expected values.
I looked in the Stripe developer dashboard and it sent the following data:
DELETE /v1/subscriptions/sub_[SUB_ID]
Response Body
JSON:
{
"id": "sub_[SUB_ID]"
}
Request Query Parameters
JSON:
{
"include_only": [
"id"
],
"prorate": "false",
"invoice_now": "true"
}
One thing to note, the user ALREADY cancelled their subscription on our site, so that may play into this situation. However, this would allow them to continue with their paid version. If I cancel the subscription in the admin and issue a refund, I would expect the user to be downgraded.
Let me know if there is any other information you need to help debug. Thanks.