#mindsetinmeta

1 messages · Page 1 of 1 (latest)

neat questBOT
burnt relic
#

hello! no payouts don't have a receipt URL

mighty gust
#

thanks

burnt relic
mighty gust
#

I have set up a webhook to track payout.created and payout.paid. How can I show the Stripe processing fee to the customer?

burnt relic
#

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.

mighty gust
#

If in checkout session, the buyer transfers $30 to the connected account, how much would the connected account receive? $30?

burnt relic
#

do you have a Checkout Session where you've tried this? If you have, can you share the Checkout session id?

mighty gust
#

cs_test_a1QXtJ0BjztkL6Wy4vFE8kfGZJ6troroRIVeqcXj4B135D0Zwni4WTaZd7

burnt relic
#

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_

mighty gust
#

got it