1. When offering an upsell within the product itself we have to ask the user to re-enter a credit card. We would like the user to click a button and authorize the same stripe payment id.
  2. This is important to make the product we are selling a lot more accessible. Asking the user to re-enter credit card info is bad UX
  3. Having the user re-enter cc info then storing two different stripe ids - gonna get messy.
  4. Pass an id in member object we can run for payment that taps into the stripe payment id you guys created on your end to ensure you're getting a cut of our transaction as well. We receive a response type that payment was received and everyone moves on with their day.