#dl
1 messages · Page 1 of 1 (latest)
You can created one and check it out, I believe
in Test mode
it's not that hard
It's mostly the same with normal Dashboard, but with less link/functionalities
And yes it can create coupon
Hi @regal dagger I'm taking over
Thanks. Tried to create one here but couldn’t figure out how https://connect.stripe.com/express_login
Do I need to set up an onboarding flow and go through it?
https://stripe.com/docs/api/account/create_login_link you can use the login link API to create a link to log into an express account
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Ah nice thanks
Which countries are supported for Express Connect? Our platform account is in the US
- https://stripe.com/docs/connect/cross-border-payouts says 61 countries
- https://dashboard.stripe.com/settings/connect/express says 42 countries
The doc that you posted earlier is for Cross-border payouts, which is available to both Express and Custom connected accounts
Thanks, the settings page for express connect seems to suggest only 42 to countries can onboard
How do we do cross-border payouts if accounts in those countries can't connect?
Here's what I see on that settings page
That means those countries are not supported with Express account. If you really want to support them, please consider using Custom account.
Got it. Thanks!
I'm trying to test Apple Pay with a Payment Element in test mode. I'm hosting the verification file.
Mobile: I can see the Apple Pay option and when I confirm payment, I see the Apple Pay modal. It says processing for a bit and then disappears. The confirmPayment promise never resolves.
Desktop: Don't see the Apple Pay option even though I have cards in my wallet.
Any ideas what I'm missing?
Here's the PaymentIntent ID for mobile: pi_3Kyq8uQSIhThNuui0pmjet5B
Stripe Connect account ID: acct_1KjQTRQSIhThNuui
Yes, using Safari on Desktop
macOS Big Sur 11.6
Is your connected account created in live mode or test mode?
test mode
Ah, you need to use a live mode connected account for Apple Pay.
ah good to know thanks