#selby14-reports
1 messages · Page 1 of 1 (latest)
Hey, specifically this? https://stripe.com/docs/reports/payout-reconciliation#schema-payout-reconciliation-itemized-5
That will be this field: https://stripe.com/docs/api/balance_transactions/object#balance_transaction_object-description
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Which is inherited from the associated Charge/Payment Intent
If you're using Checkout, you can set this on session creation: https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-payment_intent_data-description
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Thank you. I think I had found that field but haven't been able to confirm.