Hey Joe,
Thanks for writing to us!
Quick Question: Are you looking to attach addons/coupons with the hosted page Plan URL to create the subscription?
If that is the case, the default syntax for passing addon is:
https://your-domain.chargebee.com/hosted_pages/plans/plan_id?addons[id]
[0]=addon_id&addons[quantity][0]=number
And, the default syntax for passing coupon is:
https://your-domain.chargebee.com/hosted_pages/plans/plan_id?subscription[coupon]=couponID
Here's a document giving more information on this.
Hey Joe,
It is not possible to send a payment link for a specific invoice alone, sorry.
You could send the customer an update payment method link to add/update their card details. Once updated, the card details will be stored in the payment gateway's vault and the last 4 digits will be stored in Chargebee.
In your case, you could send the customer the link so that they can add their card details and then use the 'collect now' option on the invoice to collect the payment from the customer.
The payment method link can be sent to the customer from the Chargebee web interface under Subscriptions -> Send Email -> Mail Templates -> Request payment method details.
Hope this helps.
Joe Mahlow
I want to be able to send a client a link to pay their invoice for the specific Subscription. I know you can do this for the Plans, but can you do this for the Subscriptions?