#Yannik

1 messages ยท Page 1 of 1 (latest)

uneven lanceBOT
vestal shore
#

Hi there, you can charge an application fee to cover the shipping cost

manic notch
#

This is not possible because on the checkout page our customer has the choice between several delivery methods with different prices

#

Here a example :

vestal shore
manic notch
#

Thanks, How can I use this with Stripe checkout?

vestal shore
#

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.

storm moss
#

Hey, taking over here. Let me know if there's any follow-up Qs I can answer!

manic notch
#

Hey ๐Ÿ™‚

#

In this case the money goes through our Stripe account and is then transferred to the seller, right?

storm moss
#

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)

manic notch
#

Yes thanks