#sweets8594

1 messages · Page 1 of 1 (latest)

rough gardenBOT
near moat
#

Hello

#

How can I help?

vapid python
#

Actually I'm using stripe.transfers.create

#

To make a transfer where I'm sending some id in the description

#

And stripe handle payout on it's own

#

For connect account

#

I want to know if there is any way to get that id in payout event also

near moat
#

When you say "payout event" what do you mean exactly?

#

Like you want to know the description that you passed when creating a Transfer when you receive a payout.paid Event?

vapid python
#

The webhooks event payout.paid

vapid python
near moat
#

Gotcha

#

Then you would have to work backward from the balance transactions in the Payout

vapid python
#

Please elaborate

#

Okk I'll check this link first

#

Thank you

near moat
#

That has an example

#

But instead of just expanding data.source you want data.source.source_transfer to show the actual originating Transfer that you created