#latwelve

1 messages · Page 1 of 1 (latest)

light sigilBOT
glossy saddle
#

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 ?

tepid grove
#

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*

frozen sonnet
#

I think it would inherit from payment_intent.description if you set that

tepid grove
#

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

frozen sonnet
#

there's a payment_intent_data[description] field in the CheckoutSession API