#kristineannmon
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.
- kristineannmon, 2 days ago, 4 messages
metadata will only be limited to the object being set. For example, if you set metadata on Payment Intent in Payment page, it will only be available in Payment Intent object, but not others.
Which specific object or event you would like to set the metadata?
Is it possible to have it in a Payload?
We will set the payout schedule to "Automatic every day" and we want the metadata to be included in default.
And I also noticed that there is a configuration for metadata in a connected Stripe account but when I tried to process a payment on that specific Stripe account, the metadata is not included in the Payment Intent event (payload).
Thanks for sharing the details.
Is it possible to have it in a Payload?
We will set the payout schedule to "Automatic every day" and we want the metadata to be included in default.
For automatic payout, the Payout object will not include metadata by default. Your system will need to make an Update Payout request to update its metadata after receivingpayout.createdevent: https://stripe.com/docs/api/payouts/update#update_payout-metadata
And I also noticed that there is a configuration for metadata in a connected Stripe account but when I tried to process a payment on that specific Stripe account, the metadata is not included in the Payment Intent event (payload).
Can you share the example payment intent in text here?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Okay, thanks for the confirmation.