#latwelve
1 messages · Page 1 of 1 (latest)
Hi
In the report I think you should have the balance_transaction_id so you can fetch then the description from the balance transaction object. Or you are looking to get the description in the report itself ?
The description is in the report but currently empty so its how to get that populated via the API so I don't have to write a custom report for them 🙂
Hey*
I think it would inherit from payment_intent.description if you set that
i.e. if you set https://stripe.com/docs/api/payment_intents/create#create_payment_intent-description when creating the PaymentIntent in your integration.
I don't have the info I need for the payment intent stage I can do it from a Session::create for certain payments but I'd have to retrospectively add this field in after a payment intent was accepted for those (the reference doesnt exist until its accepted)
do you know if either is possible
or both
there's a payment_intent_data[description] field in the CheckoutSession API