#sparkling_raccoon_64423
1 messages · Page 1 of 1 (latest)
Hello sparkling_raccoon_64423, we'll be with you shortly! Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
• https://discord.com/channels/841573134531821608/1164143622564872243, 1 days ago, 11 messages
• https://discord.com/channels/841573134531821608/1164143749354508298, 1 days ago, 8 messages
Could you elaborate? Which Doc are you following and what do you want to achieve?
Create a PaymentIntent https://stripe.com/docs/api/payment_intents/create#create_payment_intent-payment_method_types
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Ah, the card payment_method_types will includes those 2 wallet types
You can exclude wallets from frontend
acss_debit, affirm, afterpay_clearpay, alipay, au_becs_debit, bacs_debit, bancontact, blik, boleto, card, card_present, cashapp, eps, fpx, giropay, grabpay, ideal, klarna, konbini, link, oxxo, p24, paynow, pix, promptpay, sepa_debit, sofort, us_bank_account, wechat_pay, and zip.
This is what is written in the document
Yes, and GooglePay / ApplePay are included in card
Oh my god, what I need now is to hide card payment
No, you shouldn't. That will hide the whole card option
You want to permit card, but then disable wallets in frontend
配置wallets这个吗
I need to hide card payment and also need Google Apple Pay. Can the front end be configured without going through the back end?
You want to hide all of credit card, ApplePay and Google Pay?
Only hide bank card payments but require Google and Apple Pay
that’s not possible AFAIK, sorry