#tom-payment-revolut
1 messages · Page 1 of 1 (latest)
Any reason you don't want to use the payment element?
We've got a lot of legacy code on our custom checkout which has been running for years using this method
We're just calling each of the confirm payment methods depending on their type, EG:
stripe.confirmBancontactPayment
stripe.confirmEpsPayment
stripe.confirmAlipayPayment
etc.
But there doesn't appear to be one for Revolut
Ah great thank you!