#jodanna - donations
1 messages ยท Page 1 of 1 (latest)
Hello! Just starting a thread for you -- I'll review and respond as soon as I can ๐
What kind of payments are you creating? Can you share an example payment id?
A successful one and an example error would be most helpful
pm_1KqgqMJTf3ALq2co5cNzQNRU - tranaction is sitting in our Platform account, did not make it to the Restricted Stripe Express account
pm_1KqgruJTf3ALq2co9FABRnHB - successfully landed in connected Stripe Express account
Those are payment methods, do you have a successful payment intent id like pi_123
or a failing request/error like req_123
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
pi_3KqgpbJTf3ALq2co0007tyoz was a transaction meant to go to a Connect Express account in Restricted Status
pi_3KqgrBJTf3ALq2co10seKn8u was "successful" and landed in a Connect Express account in Complete Status.
thjanks, looking
This payment has no transfer_data defined on it
Nor does the second example
So these are not destination charges. Are you creating the transfers manually using the separate charge & transfer flow?
If so, I would expect a failed transfer for the case where you had issues
I'm on the business side, rather than a dev.
I believe what you are saying is this is created in a manner where we are taking the transaction and creating the transfers and there is perhaps code not set up to capture the transaction if it can't move to the associated Stripe Express account at the time of the transaction?
I see - you'll want to work with your eng team to understand where they are hitting errors, but I am inferring you are using this payment flow: https://stripe.com/docs/connect/charges-transfers
You collect payment to the platform then separately transfer to the conencted account(s)
Yes, we are using that flow
And in this scenario the payment would succeed, but the transfer might fail
And that is what's happening
in which case you would need to track this and re-create the transfer later
You may have the case that the transfer succeeds, but the account holder cannot be paid out, which is different
Which is why precise errors/issues are important
Ok, that's what we were thinking as well regarding creating the transfer later.
You have been very helpful. Appreciate it!
Yep if it fails thats not automatically handled in any way, you need to create it again later
NP!
Have a great rest of your day! ๐