#some1ataplace
1 messages · Page 1 of 1 (latest)
Hi, can you share the request id where you made this request? Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
req_NhxQrBrbqb2V7D
req_vASiXLCCfHRCyE
req_yjWozlRAeF5iDD
I do see it at the bottom of req_NhxQrBrbqb2V7D
"subscription_data": {
"transfer_data": {
"destination": "acct_1O4FGkIZHpY8NDvg",
"amount_percent": "50"
}
Let me take a look
I don't see any payments
https://dashboard.stripe.com/test/connect/accounts/acct_1O4FGkIZHpY8NDvg/payments
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Strangely I don't see that same account id in the next one req_vASiXLCCfHRCyE
Here is the customer who paid
https://dashboard.stripe.com/test/payments/pi_3OHszAIeTJrsS1re1X5Xxagd
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
From looking at this request id, https://dashboard.stripe.com/test/logs/req_NhxQrBrbqb2V7D I can confirm that no payment has been made. For this reason, there is not a payment there. We talk about how our Checkout works here, https://stripe.com/docs/payments/checkout/how-checkout-works. After you create the Checkout Session, the customer will need to be direct to the url provided in the response to provide payment method details to pay.
What do you mean here 'Strangely I don't see that same account id in the next one req_vASiXLCCfHRCyE'? What do you expect vs. what you're seeing?
That request looks exactly the same as the first one but is excluding the account id who should get paid
Not sure why that happens, I expected one POST. Maybe the second POST overrides
On this request, https://dashboard.stripe.com/test/logs/req_vASiXLCCfHRCyE it looks like they were redirected to the url, and paid.
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 exactly they paid and redirected to the success url
So why is the connect account not getting their money
because on this request, https://dashboard.stripe.com/test/logs/req_vASiXLCCfHRCyE you did not specify a connected account to send funds to.
okay i will try something, idk why there are 2 POST requests
The first request, https://dashboard.stripe.com/test/logs/req_vASiXLCCfHRCyE is a Checkout Creation request. The second request, is the confirmation request https://dashboard.stripe.com/test/logs/req_yjWozlRAeF5iDD that occurs after the payment method details are provided.