Once a New Form Submission in HubSpot happens, I want to Create Customer in Stripe and also Creat Subscription in Stripe.
The scenario; Someone signing up for a user based subscription by completing a HubSpot Form.
-- HubSpot - The Form collects the Name, email, Tax ID, Subscription Plan (choice of 4 options), the Number of Users (Qty) and Checkbox for accepting Terms & Conditions
-- Stripe - I’d like to Create a Customer in Stripe with the Name, email, and Tax ID, then
-- Stripe - I’d like to Create Subscription in Stripe with the Plan, Number of Users (Quantity).
Questions
- In Stripe - Customize Customer, how do I set the Tax ID Type to “AU ABN” and pass the Tax ID from HubSpot to the Stripe Customer Tax ID?
- In Stripe - Customize Subscription, how do I add the Users (Quantity) for the Plan? e.g. Silver Plan $25 per User per Month, and the Quantity is 2 Users, therefore a $50 per month subscription in Stripe.
Are there detailed examples anywhere? screenshots?
Thank you!