#abhilash_paypal-ece
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1271097849475498067
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Yes, we are using the EU account and PayPal is turnedON\
Hmm okay thanks give me a moment
thanks
We are seeing the same on our end -- we are investigating further and I'll circle back when I have an update. Thanks for flagging this
thanks ๐
Sure
Ah actually I'm not seeing it unless I force it with paymentMethodTypes so I assume you aren't doing that
And yeah I don't see it if I don't do that when it should still appear.
I am using the ExpressCheckoutElement for the PaylPal method
const options = {
amount: amount || DEFAULT_AMOUNT_FOR_STRIPE_PAYMENT,
mode: 'payment',
currency: 'eur',
locale: locale as Locale,
} as StripeElementsOptions;
const expressCheckoutOptions = {
buttonType: {
paypal: 'pay',
},
buttonTheme: {
paypal: 'blue',
},
wallets: {
applePay: 'never',
googlePay: 'never',
},
buttonHeight: 55,
} as StripeExpressCheckoutElementOptions;
<Elements stripe={stripePromise} options={options}>
<ExpressCheckoutElement
onConfirm={handlePaypalSubmit}
onClick={handlePressCheckoutElement}
options={expressCheckoutOptions}
onReady={() => setIsLoading(false)}
/>
</Elements>;
I reported a similar issue before as well regarding the PayPal button. Sharing this just in case if it is useful
Thanks for the context
That one resolved after a couple of days
@severe timber do you mind providing the account ID of the account you are testing with?
You can get it via https://dashboard.stripe.com/settings/account
I don't think I can share that now. In my team, I don't have the access to the Stripe dashboard
Do you have any object ID or request ID that you can share?
Yep
This is the one I created using the card pay ment""
let me know if there is any update on this
Hi we're still looking into this
@severe timber I'd recommend following up directly with our support team so that they can keep you updated on our progress. You can contact them here: https://support.stripe.com/contact