ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 26,583
- Points
- 823
Reputation:
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
JSON:
Request Query Parameters
JSON:
One thing to note, the user ALREADY cancelled their subscription on...
Read more
Continue reading...
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:
Code:
{
"id": "sub_[SUB_ID]"
}
Request Query Parameters
JSON:
Code:
{
"include_only": [
"id"
],
"prorate": "false",
"invoice_now": "true"
}
One thing to note, the user ALREADY cancelled their subscription on...
Read more
Continue reading...