#luxia_anon

1 messages · Page 1 of 1 (latest)

lavish heartBOT
gleaming crag
#

I wish my code be somewhat the same to handle both SEPA and BACS in the server side. But I can't figure it out with the doc. 😦

astral meadow
gleaming crag
#

Ok ! What's the difference between using invoices methods or PaymentIntents please ?

#

sorry if it's crystal clear for you ^^'

astral meadow
#

all payments use PaymentIntents; the Invoice creates a PaymentIntent. Usually I'd say it's better to confirm the Invoice's PaymentIntent than to call the Invoice Pay endpoint, but for these payment methods it doesn't really matter(the main advantage is that it's easier to handle errors or 3D Secure requests when confirming the PaymentIntent directly but that is only relevant for cards really).