#mindsetinmeta
1 messages · Page 1 of 1 (latest)
hello! no payouts don't have a receipt URL
thanks
you can see the payout object parameters here : https://stripe.com/docs/api/payouts/object
I have set up a webhook to track payout.created and payout.paid. How can I show the Stripe processing fee to the customer?
i'm not entirely sure what you mean how do you show the Stripe processing fee to the customer - the Payout doesn't have a processing fee.
If in checkout session, the buyer transfers $30 to the connected account, how much would the connected account receive? $30?
do you have a Checkout Session where you've tried this? If you have, can you share the Checkout session id?
cs_test_a1QXtJ0BjztkL6Wy4vFE8kfGZJ6troroRIVeqcXj4B135D0Zwni4WTaZd7
for cs_test_a1QXtJ0BjztkL6Wy4vFE8kfGZJ6troroRIVeqcXj4B135D0Zwni4WTaZd7, since you explicitly defined that transfer_data.amount=1000 is transferred to the connected account, this means that $10 is transferred to the connected account. You can see how much is transferred to the connected account on the corresponding PaymentIntent for this Checkout Session e.g. https://dashboard.stripe.com/test/payments/pi_3LuFHVDaKMqxBxi43Mx9Aubi - look for tr_
got it