-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support kanji and kana statement descriptors for Japanese merchants #6874
Comments
Waiting for inputs from design, which may drastically change the shape of this issue. The description will be updated accordingly. |
@mordeth - do you have internal reference links for this? This issue impacts Assigning as part of Gamma Triage process PcreKM-yM-p2. |
@elizaan36 could you please share your inputs on how to display the two extra inputs conditionally for Japan merchants only? |
Hi @dpaun1985 @mordeth I had a look at the requirements from paJDYF-9bt#comment-19925 and also the Stripe documentation. Would an additional dropdown selector work for this use case? The merchant can choose whether they'd prefer the statement descriptor in kanji, kana, or Latin. I'll try additional explorations if anything is missing, let me know. |
Based on what Stripe describe here,
the issuer chose what statement descriptor will be shown, and not the merchant. Also, in API responses, only the Latin statement descriptor is shown. In my opinion, this dropdown will create confusion to the merchant. What do you think @elizaan36 ? |
Got it, ok. What's your suggestion as an alternative solution? Where should the statement descriptor appear? |
I would keep the Latin statement descriptor input as it is, and add another 2 inputs for kanji and kana. Not a great solution, but I don't have other ideas. |
@elizaan36 could you please share your opinion on how should we proceed with this ? |
My two cents: I like @elizaan36's latest design as they seem to address @dpaun1985's concern. Other than that, having separate, always-visible text inputs will help reinforce Stripe's recommendation:
The only thing I would change here is the language used with each text field. I think the description and hint texts for kanji and kana fields should be written in the Japanese language. But that's beyond the scope of this issue. @dpaun1985 We may also want to use the appropriate max character length requirements - 17 for kanji and 22 for kana. I hope we currently show any validation error messages that we receive from Stripe. If this is not the case, we should open a new issue for dealing with it later. |
Description
Additional kanji and kana statement descriptors are supported for Japanese merchants. It is recommended to support Latin, kanji, and kana descriptors to reduce chargeback for Japanese merchants.
For JP Stripe accounts, add statement descriptors for kana and kanji.
Under the latin statement descriptor, if it's a JP stripe account, we need to show another 2 inputs for kana and kanji statement descriptors.
Max length for kanji - 17 chars
Max length for kana - 22 chars
The text was updated successfully, but these errors were encountered: