#marlin_98353
1 messages · Page 1 of 1 (latest)
Hello marlin_98353, we'll be with you shortly! Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
• marlin_98353, 13 hours ago, 41 messages
• marlin_98353, 1 day ago, 18 messages
👋 Taking a look!
awesome ty
As part of the Affirm flow, the customer is presented with options for installments or "Pay in 4". With that in mind, it doesn't really make sense to use Affirm with SetupIntents as there's no way for a customer to choose between these options without a charge amount.
hmm yeah good point... Since we need to always collect a credit card for later usage (deposits, future fees) it seems like we'll have to adapt our checkout process to utilize a SetupIntent for credit card collection and PaymentIntent for affirm
Gotcha, yeah. Have you looked into using payment method configurations? Instead of having to list out the payment method types every time, you can create two configurations and use those configurations when creating the PaymentIntent or SetupIntent: https://stripe.com/docs/payments/multiple-payment-method-configs?dashboard-or-api=api
interesting. i'll look into it thank you