#supercodepoet-Customer-Portal
1 messages · Page 1 of 1 (latest)
hi
We don't currently support this, but we are working on it.
awesome that would be great!
also
do you have a link to the documentation for the webhook flow for upgrading a subscription with Customer Portal with and async payment method? I trying to figure out how I can tell an upgrade happened but the payment has not been collected yet
You want to look at the PaymentIntent itself in this case and look at its status: https://stripe.com/docs/api/payment_intents/object#payment_intent_object-status
If it is an async payment method then the status here will be processing
❤️