#gabrielarghiretapptitude_40899
1 messages · Page 1 of 1 (latest)
Hi there!
Can you share the ID (req_xxx) of the failing API request?
https://support.stripe.com/questions/finding-the-id-for-an-api-request
ok here is the requestId req_GaqcsSnmhXgFTc
The descriprion exist inthe transfer tr_1OOcgFQiio2HEkqRC6vmHyiG
Okay, but I can't see it in the dashboard in the transfer details
Do I need to make some additional configuration to have the description displayed on the transfer details?
Click on tr_ object and you'll see the description
you've attached the description to the transfer and not the payment
Yes, because I do not want to make a payment.
I want to just transfer an amount from an account to another.
But that's not very convenient.
Is there a way to forward the description from the transfer to the payment?
I'm only calling the transfer API through stripe nodejs library.
Nope you can't propagate the descriprtion to the payment object, but you can still retreive the description by making an extra API
e.g. fetching the payment's transfer
Okay. Thank you! This can be closed!