#testDeveloper
1 messages · Page 1 of 1 (latest)
Hi there, are you doing manual payout or auto payout?
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.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
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?
Hi, it's about setting up webhook endpoint and listen to events come from Stripe. Do you have experience working with webhook?
no
Okie, I would recommend starting with this Doc: https://stripe.com/docs/webhooks/quickstart