#Yannik
1 messages ยท Page 1 of 1 (latest)
Hi there, you can charge an application fee to cover the shipping cost
This is not possible because on the checkout page our customer has the choice between several delivery methods with different prices
Here a example :
Alternatively https://stripe.com/docs/api/transfer_reversals#transfer_reversals you might want to call this transfer reversal API to reverse the transfer from connected account to platform.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Thanks, How can I use this with Stripe checkout?
You can listen to checkout.session.completed event, and call the transfer reversal API to move funds from connected account to platform.
You'll need a transfer ID to perform a transfer reversal, and you can find one from the transfer of the latest charge created on the PaymentIntent object associated with the checkout session.
Hey, taking over here. Let me know if there's any follow-up Qs I can answer!
Hey ๐
In this case the money goes through our Stripe account and is then transferred to the seller, right?
Sorry for my late reply
our Stripe account and is then transferred to the seller, right?
you mean by our Stripe account, your Platform account? if so, yes in fact, the money goes to your account first, after you make a transfer, it goes to the connected account (seller)
Yes thanks