#dano-paymentintent-balancetransaction
1 messages · Page 1 of 1 (latest)
dano-paymentintent-balancetransaction
@mint slate a PaymentIntent can create one or multiple Charge (at most one successful one) and a Charge has the balance_transaction: 'txn_123' property. So you can go PaymentIntet -> latest_charge -> Charge -> balance_transaction -> BalanceTransaction
Or use the Expand feature https://stripe.com/docs/expand to get it all at once.
Example: https://stripe.com/docs/expand/use-cases#stripe-fee-for-payment
Sounds good, Thank you, you helped me to open my way. 😛