#Incorrect Expiry Date received in PaidPlanPurchased Webhook?

6 messages · Page 1 of 1 (latest)

tawdry flint
#

I received this event data on PaidPlanPurchased webhook

I made payment on an unpublished app with test card for a monthly recurring plan. on 2025-08-19

an in the wehook the expiry date is 2025-08-20
instead of 2025-09-19

{ "event_type": "PaidPlanPurchased", "instance_id": "f22c42af-108b-49cc-bcf4-cb220d781daf", "event_data": { "stdClass": { "operationTimeStamp": "2025-08-19T04:47:40.615Z", "vendorProductId": "basic", "cycle": "MONTHLY", "expiresOn": "2025-08-20T04:47:40Z", "invoiceId": "1194326445" } } }

tough brookBOT
#

👀 Looks like you’re trying to post some code? I can help... probably more eagerly than I should.
-# FYI: My humans sent me back to the Academy to spend more time training my unformatted code detection skills. And now I'm back 😎. This is a friendly test. 🛠️

tawdry flint
#

I want to take this changes to my published app. but I can't if it's incorrect like this there as well

kind breach
#

Chances you set trial days to 1 day?

#

When there is Wix-managed trial, the expiracy date is set to include the trial period first, then when a charge is made, the expiracy date changes to the actual cycle (30 days/1 year)

#