#kamesh1954
1 messages · Page 1 of 1 (latest)
Hi there!
Happy to clarify. Stripe Elements is a general term used for components you can use to collect customer details (payments, addresses, etc). The PaymentElement is a type of Element. Other types of Elements include the Address Element, Link Authentication Element, Express Checkout Element
This might be helpful: https://stripe.com/docs/payments/elements
Thanks.
Adding this from the main thread:
Hi, When trying to integrate with payment element, we are getting this error. Any pointers towards how I can identify what is wrong? https://dashboard.stripe.com/test/logs/req_I1V1sl5DaMufH1?t=1707195003.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
NOTE: we have apple pay and google pay enabled but card is disabled (required custom settings from Stripe to enable this feature)
We're returning this error because payment methods are off. For this particular PaymentElement instance, we're trying to present the card payment method but cards are off
Can you share more about this?
required custom settings from Stripe to enable this feature
we were given some custom settings where we can disable credit card but still have apple pay and google pay enabled. before this was enabled by Stripe, we couldn't disable credit card without disabling apple pay and google pay
Gotcha, I see. For this particular PaymentElement, which payment method types did you want to display to a customer?
By not passing paymentMethodTypes, we're trying to pull payment methods that are enabled/disabled from the Dashboard. Since card is disabled, the PaymentElement never renders
apple pay and google pay. so do we pass card ?
You can try passing in card but I think If that doesn't work, I'd recommend that you write in to your contact who helped provide the "custom settings". We don't have any knowledge of what custom settings this is and how it may affect your current integration so it's not possible to advise further here on this channel unfortunately.