This article also covers
How to collect the billing address and VAT details when my customer reactivates his subscription?
Summary
Chargebee lets you collect the billing address and VAT details in the self-serve portal of your customer (when he reactivates/creates a subscription). However as this is a separate block of information outside of the reactivate function, it will not prompt your customer to update the billing details before reactivating the subscription.
To work around this, you can bring the reactivate function outside the portal where you can use the combination of our APIs to build a flow.
How to do this?
Have a reactivate button to trigger and retrieve the details
Retrieve the custom details to check for billing address (You can check for other information like card and auto collection status)
If billing address is present - Reactivate the subscription
If billing address is not present - Prompt the form at your end to collect the details (Requires developer assistance)
Reactivate subscription (Proceed with 2.a)
Tip: We recommend you to set mandatory fields applicable on the portal.
Related articles and Documentation
How can I reactivate a subscription using the APIs?
Can I reactivate a subscription by keeping the original term dates of the subscription in place?