#marcelootero
1 messages · Page 1 of 1 (latest)
Yup! Though you'll need to design a pretty complex integration to achieve all of those things. I would recommend building a test integration with Subscriptions and the Payment Element to get an idea of how the payment flow works: https://stripe.com/docs/billing/subscriptions/build-subscriptions
thank you! How exactly can the multiple credit cards or Affirm+card be implemented?
You'll need to be more specific. Are they intended to be used at the same time? Do you want to give your customers the ability to change them? What are you wanting to do specifically?
Thats correct. For example, let's say the order is for $20k, and the customers wants to pay $10k on one card and $10k on another (no installments), how would that look under the hood?
sorry I had to jump to a meeting!
As far as I know, that's not possible with subscriptions. You'd have to generate an Invoice or Payment Intent to account for each payment and then track how much they owe on your end