Is this an API versioning issue with Stripe? I have a newly set up forum on a Xenforo official hosted account (so, current version) and just finished setting up my stripe account and configuration. I got my first two account upgrades (I have PayPal and Stripe set up). The PayPal one worked fine and upgraded the account appropriately. The stripe one did not.
Action: Error: Event data received from Stripe does not contain the expected values.
User: Unknown user
Date: 14 minutes ago
Purchase request key: N/A
Transaction ID: [redacted]
Subscriber ID: N/A
Payment profile: Unknown profile
It showed from Stripe as successful. The webhook was generated, but even on Stripe, the http status code 200 was "Event data received from Stripe does not contain the expected values."
I had to manually upgrade the user who paid with Stripe.
In my Stripe config, it didn't give me a choice to pick API's and it has me on the default one for 2025-04-30.basil, whereas the calls seem to be using a 2023-10-16 version. Perhaps parameters don't match on the newer version. There doesn't appear to be a way to downgrade though. Is there a fix for this?