#RolandD-card-payments
1 messages · Page 1 of 1 (latest)
hello! I assume you've implemented Alipay with your own payment page right? Using PaymentMethods and PaymentIntents?
Hello, that is correct
In addition I also implemented Bancontact and iDEAL successfully
This is the message I get back from Stripe Missing required param: card.
the easiest would have been to use PaymentElement which bundles ~most PaymentMethods into one combined UI
https://stripe.com/docs/payments/payment-element
but since you've implemented in your own form, you need to use CardElement integration for cards: https://stripe.com/docs/payments/accept-card-payments?platform=web&ui=elements