#su.su_
1 messages · Page 1 of 1 (latest)
Yes Payment Element supports Cash App. See https://stripe.com/docs/payments/payment-methods/integration-options#support-wallets
Are you using automatic payment methods?
wdym automatic? I don't think so, it a one time checkout
Just to clarify, are you talking about PaymentElement or Checkout page?
I'm still unclear on what your ask is about, can you rephrase and help me better understand your question?
looks like this rn, I want to remove cash app, and include google/apple pay
OK. So you are using PaymentElement.
yes, payment element
OK when you create a PaymentIntent, do you enable automatic payment methods?
OK, then you should just remove cashapp from payment_method_types 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.
https://stripe.com/docs/api/payment_intents/create#create_payment_intent-automatic_payment_methods or you have enabled automatic_payment_methods?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Do you have a PaymentIntent ID that I can take a look?
https://dashboard.stripe.com/settings/payment_methods PaymentElement won't cashapp if you remove it from this settings page,
um it's still on there
ill try rebuilding
oh, I have to change to to live mode
can I add apply pay and google pay in test mode?
Yes you can
https://stripe.com/docs/stripe-js/elements/payment-request-button?client=html#html-js-prerequisites Please check the list and make sure your account and test device fulfill these prerequisites.