#ironbeard
1 messages · Page 1 of 1 (latest)
Yeah, I log the response right before returning it, and it shows 200
Can you provide an example Event ID?
Are you doing other actions before returning the response here?
To me it looks like it is timing out before getting a response
You should always respond immediately, then handle your other actions
yeah, I just tried to send the data myself and I think it's timing out too
Gotcha.. so does that mean I need to look into the response being async?
Gotcha, I'll have to figure that out. Thanks for the advice!
np!
Kind of a separate question, but saw this thread was still open: is it possible to "expand" the "latest_invoice.payment_intent" when creating/updating a subscription?
Right now I'm making one call to create/update then doing a "read" call to expand the invoice/payment_intent in order to send client_secret to front end.
nice, that's good to know. Thanks! 🙂