#testDeveloper

1 messages · Page 1 of 1 (latest)

sterile stormBOT
left hawk
#

Hi there, are you doing manual payout or auto payout?

median epoch
#

automatic

#

let me know for both

left hawk
#

The transfer's metadata won't be copied to payout objects automatically.

If you are doing manual payout, you can pass in the metadata when creating a payout https://stripe.com/docs/api/payouts/create#create_payout-metadata

If you are doing auto payout, you should listen to payout.created event and set the metadata in your webhook handling code.

median epoch
#

If you are doing auto payout, you should listen to payout.created event and set the metadata in your webhook handling code.
did n't understand this how to do it?

verbal bramble
#

Hi, it's about setting up webhook endpoint and listen to events come from Stripe. Do you have experience working with webhook?

median epoch
#

no

verbal bramble