#nikolaiavich
1 messages · Page 1 of 1 (latest)
i got this response from a stripe rep in the past but it's hard to believe other seller platforms like grailed or goat do indeed support such a flow
i tried to follow up with this message ```1. Is this specifically for connected standard accounts? Is there any difference if I used the express accounts ?
- What if I just accepted the payment to my account and transferred it to the seller via the api when delivered ? It seems possible but are there any repercussions?``` but got no response
Hi, it depends on your business use case. Can you add more details?
Reading the screenshot
It's hard to read
i see well to explain my use case its pretty straight foward, a seller joins our app and we call these 2 api calls
we list the poducts posted by sellers on our app and after the seller marks as ship we don't want to release the payment until the product is delivered
these sellers aren't selling mugs, products are ranging from 3k-30k collectable attire
1/ The Separate Charges and Transfers flow, https://stripe.com/docs/connect/separate-charges-and-transfers is recommneded for Custom and Express Accounts
What does your second question 'What if I just accepted the payment to my account and transferred it to the seller via the api when delivered ? It seems possible but are there any repercussions?' mean?
sorry for the unclear question, my question was can i just transfer money from our stripe account to the sellers account when the item is delivered
my question was based on this
that if i were to send money this way, do we accept liability of disputes
Sure you can use the Transfers API, https://stripe.com/docs/api/transfers/create to do that
ok , if there's a dispute, is it on the merchant (us) or the seller that authenticated with their standard account
super important for the platform not to be incharge of disputes
if i were to use the transfer api with standard accounts does that keep me under the fraud and dissputes liability on the user?
I recommend starting here: https://stripe.com/docs/disputes/connect and reaching out to Suport for disputes liability questions https://support.stripe.com/contact
i did , i got this email i sent above
they said basically its not supported
and i trying following up regarding liability and no response
heres the reponse After carefully checking on my end, I would have to say that while we completely appreciate the reasoning behind your wishes to hold funds before paying out your Connected account, we are not able to support your use of your Stripe account to do this. Hence, why we strongly encourage some combination of auth w/o capture, creating customer objects, and breaking up the payment flow (ex: ACH work around, where you accept payment directly and then submit ACH payments to your Connected accounts once the item has been delivered). According to that and to the fact that you don't want to be charged for refunds and chargebacks, we recommend you to create Direct charges: https://stripe.com/docs/connect/direct-charges You can transfer funds within Connected accounts. You, as the platform account, have to add your Connected accounts in order to transfer funds. Here's the ACH guide: https://stripe.com/docs/payments/ach-debit/accept-a-payment As always, if you have any additional queries or concerns, please do not hesitate to reach out. I would be more than happy to help.
If you do not want the Platform to be liable for anything, then yes, Direct Charges is the way to go: https://stripe.com/docs/disputes/connect.
If you’re using Connect and Custom or Express accounts, your platform is ultimately responsible for any disputes that occur. For payments created on Standard accounts using direct charges, those accounts are responsible for disputes and any funds are withdrawn from their balance—not the platform.
so that means i can't hold the money till it's delivered right?
You can use, https://stripe.com/docs/payments/place-a-hold-on-a-payment-method where you can place a hold on the payment method, then after the dleivery charge the customer.
will that mean that the charge could possibly decline from the customer after the delivery ?
(does the money leave the account of the user when they purchase the item or when its delievered)
The amount would be held on the payment method. If you on your own card see 'Pending' transactions, that is what it is
ok so there's no chance the user will receive the product and the charge could some how fail when calling capture via the api
There is a 7 day limit on the hold but it's highly unlikely. I recommend that you review this documentation: https://stripe.com/docs/payments/place-a-hold-on-a-payment-method thoroughly to learn more about this flow.
thanks so much for all your help 🔥