#Treybort
1 messages · Page 1 of 1 (latest)
Hi, can you share the two request ids where you're seeing these behaviors please? Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
sure, the request with metadata is this https://dashboard.stripe.com/test/logs/req_GsCIsY12xFBaWU
The one without metadata is this https://dashboard.stripe.com/test/logs/req_L0d9d9UA4Ewk8V
without metadata: req_L0d9d9UA4Ewk8V
with metadata: req_GsCIsY12xFBaWU
Metadata should not have any effect but taking a look here.
It looks like you're not passing the transfer_data on this request, req_GsCIsY12xFBaWU where you passed the metadata.
transfer_data: {
destination: "acct_1MG7RfHImyx9YJuo"
}
It looks you're only passing the metadata on the payment_intent_data:
Lol, ok, I see, yes that was it, thanks
Sure!