#op84-payment-sepa
1 messages · Page 1 of 1 (latest)
op84-payment-sepa
@opal forum it doesn't make sense to do this. SetupIntents are used to collect payment method details for future payments.
If you are going to accept a payment immediately, there's no reason to use SetupIntents, you should use PaymentIntents directly
ok but would that be possible?
paymentintents with future usage require confirm.. i would love to do some checks before confirming the payment
thats the reason i'm asking..
No, it's a bad idea to do SetupIntents immediately followed by PaymentIntents, so don't do that
ok whats your suggestion then?
Use PaymentIntents. There is no reason to collect SEPA Debit details via SetupIntent and immediately create a PaymentIntent. Do the PaymentIntent immediately
yes but as i said i would like to run some checks before confirming the paymentintent.. but thats not possible when setup for future usage..
I don't know what that sentence means