#scif0642
1 messages · Page 1 of 1 (latest)
Yes Payment Methods selection for Invoice is a bit different: https://stripe.com/docs/invoicing/payment-methods
Basically you configure an allow list and the Invoice will be available to be paid by all those Payment Methods
Sorry, what do you mean to configure allow list? Let's imagine all the methods are enabled in Stripe Dashboard. I remember that payments by iDeal were not available unless collection_method: 'send_invoice' is specified on Invoice creation
@vapid breach , any chance to take a look here? Thanks a lot!
Thanks for waiting! Looking into it now
Yup! Depending on the collection_method, the invoice will be displayed accordingly. In summary, Invoice will look at the Dashboard settings first and find out the eligible payment methods for respective collection method.
You may find the payment methods supported on collection method here: https://stripe.com/docs/api/invoices/create#create_invoice-payment_settings-payment_method_types
What's the drawback of using send_invoice for all purchases?
It depends on your business case, not really a drawback. Customer will have to manually make payment when an invoice is created instead of charging to customer's saved payment method
That's weird 🙂 Collection one-off fee is possible with PI but not an Invoice?
I mean, using all payment methods
Payment methods supported on one-time payment intent and one-time invoice with send_invoice can be different
Why?? This discrepancy making me crazy. Could you please explain the difference and why Invoices cannot be the same flexible as PI's for one-off purchases??