#Fick si Morty

1 messages ยท Page 1 of 1 (latest)

cursive crestBOT
tepid phoenix
#

Hello ๐Ÿ‘‹
Checking

karmic axle
#

โค๏ธ thank you

tepid phoenix
#

Quick question, Can you share the ID of the payout that's in the screenshot?
Wondering if this was created by calling the API vs if this was an automatic payout

karmic axle
#

It was created by automatic payout.

#

Stripe payout ID
po_1Lu4W7CXb9KXMZUQxG5czZ8i

#

My guess is that every transaction in the transaction list is, ofc, an object created b4 the payout that I should somehow edit, either when creating the checkoutsession or when receiving the paid webhook

tepid phoenix
karmic axle
#

Well, it is a default description, probably. You can add a description to the payment from the dashboard, I want to do it through the API, i guess i can, right?

late yacht
#

"Created from Django" wouldn't be the default here. Not sure where that might be set. Can you send me a link to the page in your dashboard where you see that description?

karmic axle
late yacht
#

Interesting, I am still not seeing where that value is coming from in our system. It isn't a default from what I can tell

#

Still looking in to this and will get back to you on how to set it

merry vector
#

Hi there ๐Ÿ‘‹ I'm jumping in here to take a closer look, please bear with me a moment while I catch up on the context here.

merry vector
#

I think that value is being pulled from the related Customer object, which was created with "Created from Django" as its description:
https://dashboard.stripe.com/logs/req_zjqN22WoART5Y2

We aren't the most familiar with the dashboard (we tend to focus on the API-side of integrations) so I'm not certain what field the dashboard will check for a description, or in what order those are checked.

#

I would suggest trying to set the description parameter (within the payment_intent_data hash) which the Checkout Session will use when creating the underlying Payment Intent, and see if that description is pulled into the dashboard page that you're expecting:
https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-payment_intent_data-description