#RMoura_JS-apple-pay-sepa
1 messages · Page 1 of 1 (latest)
Hey, can you clarify:
google pay and apple pay associated with the card payment method
SEPA is a delayed payment method, so it not confirmed immediately (like credit cards): https://stripe.com/docs/payments/payment-methods#payment-notification
Is this with Checkout or Payment Element? You'll want to disable those payment methods if you don't want them present: https://dashboard.stripe.com/settings/payment_methods
payment elements
But I want to have 2 payment elements.
One with gpay/pay and other wihtout
You can disable wallets with the Payment Element if you prefer: https://stripe.com/docs/js/elements_object/create_payment_element#payment_element_create-options-wallets
Complete reference documentation for the Stripe JavaScript SDK.