#abhilash_paypal-ece

1 messages ยท Page 1 of 1 (latest)

lunar ospreyBOT
#

๐Ÿ‘‹ 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.

keen wasp
#

Hello

#

Are you using an EU account?

#

And is Paypal turned on in your Dashboard?

severe timber
#

Yes, we are using the EU account and PayPal is turnedON\

keen wasp
#

Hmm okay thanks give me a moment

severe timber
#

thanks

keen wasp
#

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

severe timber
#

thanks ๐Ÿ™‚

keen wasp
#

Hmm actually I am seeing it on my end

#

Can you share your relevant code?

severe timber
#

Sure

keen wasp
#

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.

severe timber
#

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>;

keen wasp
#

Thanks

#

Seems to be an issue with dynamic PMs here -- we are looking into it more

severe timber
#

I reported a similar issue before as well regarding the PayPal button. Sharing this just in case if it is useful

keen wasp
#

Thanks for the context

severe timber
#

That one resolved after a couple of days

lunar ospreyBOT
keen wasp
#

@severe timber do you mind providing the account ID of the account you are testing with?

severe timber
#

I don't think I can share that now. In my team, I don't have the access to the Stripe dashboard

keen wasp
#

Do you have any object ID or request ID that you can share?

severe timber
#

whats the objectID?

#

is any of the payment intent id enough?

keen wasp
#

Yep

severe timber
#

This is the one I created using the card pay ment""

#

let me know if there is any update on this

lunar socket
#

Hi we're still looking into this

lunar ospreyBOT
indigo berry
#

@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