#vish26
1 messages · Page 1 of 1 (latest)
Depends on the fund flow
Do you have an example payment intent id? That way I can see what you're doing exactly?
Ok so you're using direct charges
In that case everything except for the application fee would go to the connect account
You should be able to get it from the checkout session object https://stripe.com/docs/api/checkout/sessions/object#checkout_session_object-shipping_cost
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Yes but this money will not go to the connect account?
Is there anyway we the shipping cost comes to us?
the application account rather than connect account?
There isn't really other than just adjusting the application_fee to cover shipping
ok thanks