#jason-schenk_unexpected
1 messages · Page 1 of 1 (latest)
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.
- jason-schenk_unexpected, 5 hours ago, 3 messages
👋 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/1232961559588765707
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Which symbol are you referring to? Can you share the screenshot?
With reference to https://dashboard.stripe.com/payments/pi_3P5YKECrDxMU2Cew07xbypBb, the payment was succeeded
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Yes the payment has been successful, but the stripe connect gateway that we use on our platform wasn’t working.
The whole amount was transferred to our account Instead of splitting the amount between us and the seller on our platform.
This error with the stripe connect gateway only occurred when the padlock symbol appeared.
I'm not too sure what this lock symbol means, but the payment history showed that the payment has been successfully made. The platform should be able to transfer the funds accordingly. Is there any issue with the transfer? If so, can you share the request ID (req_xxx)? Here’s how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
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.
req_MzoU3pSXY9CHCm
👋 taking over for my colleague. Let me catch up.
sorry still taking a look
All good 🙃
the PI you created in this request https://dashboard.stripe.com/logs/req_FwsZEHFxlxllGx and confirmed in the request you shared, doesn't have a transfer_data or destination
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
so it's basically a charge on your own account
Okay, but do you know why it didn’t have a transfer_data or destination?
All other transactions had been working perfectly fine.
Our guess right now is that the customer had spent too much time in the checkout, and therefore our platform has been flagging this payment as cancelled. So maybe that’s why the charge has been transferred completely to our account instead of splitting.
Is that a thing?
Or do you know how we can customise the time a customer can spent in the checkout?
no not really
I think the problem may have been the doing of the plugin you're using
you need to reach out to them and ask them why the destination wasn't added
sorry I wasn't able to give you any more info, it's just that you don't own the implementation and it's really hard to debug it when the code lies somewhere else