#sanderfish_unexpected

1 messages ยท Page 1 of 1 (latest)

royal stormBOT
granite brookBOT
#

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.

royal stormBOT
#

๐Ÿ‘‹ Welcome to your new thread!

โฒ๏ธ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).

โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1250970844608462888

๐Ÿ“ Have more to share? Add details, code, screenshots, videos, etc. below.

azure yacht
#

Not USD 0

#

The minimum amount follows the minimum amount of the settlement currency on your account

#

The settlement currency on your account is EUR, so NOK will be converted to EUR and check whether minimum amount condition is met

cinder pike
#

so it will check if minimum currency in EUR is met? which would be โ‚ฌ0.50?

azure yacht
#

Yes

cinder pike
#

ahhhh okay. we're doing this with Stripe Connect so it's hard to figure out what the minimum should be, and if we get it wrong, the payment element breaks entirely

#

another question. on US example, between refreshes, sometimes it doesn't display the payment element, even though it takes up space

#

this seems to happen every other refresh

#

when it happens, there's this google pay error in the console

azure yacht
#

If you're using Direct Charges, then it'll follow the minimum amount of the settlement currency on the connected account

#

I don't find all these errors on your website

#

Your website works fine for me

cinder pike
#

it seems to work 50% of the time on my end, same for other people on my team

azure yacht
#

Okay! After a few refreshes, I can see the download manifest error from google pay in the console, but the Payment Element still shows up for me

cinder pike
#

maybe the manifest error isn't related

#

seems to be less than 50%. maybe 1 out of 10. it feels very random

#

ahhh... we're setting visibility based on whether the element has started loading. seems like onLoaderStart is not always being called

azure yacht
#

Ah I see! That's likely the reason

#

Great to hear that you found out the cause of the issue

cinder pike
#

not sure why we're setting that visibility in the first place, I think we had some layout shifts before, but they seem to be gone

#

thanks for your help!

azure yacht
#

No problem! Happy to help ๐Ÿ˜„

cinder pike
#

@azure yacht sorry one more question; is there a way for me to find the settlement currency for a connected account?

azure yacht
#

What type of connected account do you use? Standard, Express or Custom?

cinder pike
#

Standard

azure yacht
#

In https://docs.stripe.com/currencies#minimum-and-maximum-charge-amounts,

The minimum amount you can charge depends on which bank account settlement currency the payment would be paid out to.

For Standard connected account, there will always be a default currency of the country: https://docs.stripe.com/payouts#supported-accounts-and-settlement-currencies

You can find the default_currency of a country using Country Spec API: https://docs.stripe.com/api/country_specs/retrieve

Set up your bank account to receive payouts.

See what currencies you can use for making charges and for paying out to your bank account.

cinder pike
#

gotcha โ€” thanks