#yokogi_best-practices
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/1397544361918730252
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
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.
- yokogi_best-practices, 24 minutes ago, 18 messages
hi there!
can you share the Account ID (acct_xxx) where konbini_payments is missing?
Account ID: acct_1Ro0qWH62bVCsXJF
Just to be sure, I will share this again, but this is a test account.
here's the request were you created the account: https://dashboard.stripe.com/test/logs/req_ePSbdoPaYsj6bX
there's you didn't request the konbini_payments capability
Is it insufficient to simply enable convenience store payments as a payment method on the linked account dashboard and complete the review process?
Is this phenomenon occurring because it is a test account?
๐ taking over for my colleague. Let me catch up.
you need to enable the konbini_payments capability on the account https://docs.stripe.com/connect/account-capabilities#payment-methods:~:text=Konbini,konbini_payments
When I ran the API to apply for konbini_payments capability, the dashboard appeared as shown in the attached image.
I believe I have already answered the required questions, but the review has not been approved. What should I do next? Or is this a behaviour specific to test accounts?
What I want to achieve now is as follows.
- Enable convenience store payments via the dashboard using a Standard linked account
- Detect whether it has been enabled using APIs or other methods on the system side
If there is no need to check the capability, please share the alternative method with me.
you need to reach out to https://support.stripe.com/?contact=true to get help on this
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Sorry, but could you please explain the steps required to enable convenience store payments via the dashboard using a Standard linked account?
can you check if Konbini is available as a PaymentMethod in your dashboard settings? https://dashboard.stripe.com/test/settings/payment_methods/connected_accounts
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
It seems to be enabled.
yes please try to create a Direct Charge with Konbini as a PMT on that connected account
As you know, we are testing this with a test account, so it is currently possible to make direct payments via convenience store payment.
What we want to know now is whether, when using this in a production environment, we can enable convenience store payment from the payment methods in the account dashboard and simply pass the review to enable that account to use convenience store payment.
We want to know whether the konbini_payments capability will become active once the review has been passed in the production environment.