#george.segovia
1 messages · Page 1 of 1 (latest)
Sharing a visual example. The annotated part, we would like to be removed when using card
Hi
First you need to create a Payment intent with only card and ach payment methods:
https://stripe.com/docs/api/payment_intents/create#create_payment_intent-payment_method_types
And then you disbale wallets:
https://stripe.com/docs/js/elements_object/create_payment_element#payment_element_create-options-wallets
Does the latter (disabling wallets) apply to the PaymentElement component from the react library? https://github.com/stripe/react-stripe-js
Yes you can pass these options to <PaymentElement />
Ok, I'll check this. Thank you