#scif0642

1 messages · Page 1 of 1 (latest)

half cloakBOT
hexed ginkgo
#

Basically you configure an allow list and the Invoice will be available to be paid by all those Payment Methods

covert parcel
#

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

half cloakBOT
covert parcel
#

@vapid breach , any chance to take a look here? Thanks a lot!

vapid breach
#

Thanks for waiting! Looking into it now

covert parcel
#

What's the drawback of using send_invoice for all purchases?

vapid breach
#

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

covert parcel
#

That's weird 🙂 Collection one-off fee is possible with PI but not an Invoice?

#

I mean, using all payment methods

vapid breach
#

Payment methods supported on one-time payment intent and one-time invoice with send_invoice can be different

covert parcel
#

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??