#lucid_code
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/1448341208429498459
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Thanks for the clarification and for the documentation.
I'm currently implementing the payment flow using react-native-stripe and calling presentPaymentSheet() to handle payments.
Although I’m working at a company based in Japan, our customers are primarily located in South Korea. As you mentioned, it seems that South Korean payment methods require the customer location to be recognized as South Korea.
Is there a way to explicitly specify the customer’s country (KR) when initializing the PaymentSheet or creating the PaymentIntent? For example, is there any parameter such as merchantCountryCode, defaultBillingDetails, or something else that would allow the PaymentSheet to treat the customer as being in South Korea?
I’d like to confirm whether this is configurable, or whether PaymentSheet simply doesn’t support redirect-based Korean payment methods at all.
Ah yeah doesn't look like South Korean PM's are supported in our mobile sdks yet
Supported integration paths don't list mobile
Thank you
I was referring to the documentation here: https://docs.stripe.com/payments/kakao-pay/accept-a-payment?payment-ui=direct-api.
Is it correct that, at the moment, these payment methods are not supported in the mobile SDK and can only be implemented through web-based flows?
Correct
fyi i'm taking over this thread, let me know if you have any additional questions!
Is support for these payment methods planned for the mobile SDK in the near future?
not that i am aware of unfortunately, although we generally can't speak super specifically to the product roadmap here in the discord as we support public release features only
Thanks for the clarification. It sounds like there’s nothing we can do on the mobile side for now, so we’ll wait and hope that mobile support for South Korean payment methods becomes available in the future.
If any additional questions come up, I’ll follow up again in this thread. Thanks for your help!