#sixthpatriarch
1 messages ยท Page 1 of 1 (latest)
Each of those transactions will have a unique ID (like a charge ID and a refund ID), I understand that, but will they have a corresponding payout ID?
For example, if my stripe fee rate is 2%. And the following happens:
- My starting balance in Stripe is $2
- Order of $100 comes in (+$100, with fee = $2)
- I refund the order fully (-$100)
- Stripe takes its $2 fee from my starting balance
Now in this case, when I export a transaction report, will this order and its refund have a corresponding payout ID?
Each of them has a Balance Transaction - https://stripe.com/docs/api/balance_transactions/object#balance_transaction_object-type
Will they have a payout ID?
Yes, payout is a type of transaction.
will the order, that has been refunded, thereby leading to nothing to be paid out, have a payout ID?
It's always the easiest to try this out in Test mode, than theorise ๐
Happy to help. Please, let me know if you have any other questions.