#w3ever
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
Hi!
there is a way to pass metadata in payment_intent_data.transfer_data when creating checkout session?
I'd like to get this metadata in transfer.created webhook.
There is not I'm afraid
The workaround would be to use separate charges and transfers, and then pass metadata param when you create the Transfer: https://stripe.com/docs/api/transfers/create#create_transfer-metadata
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.