#Robin0 - Webhook with Next
1 messages ยท Page 1 of 1 (latest)
If you need some code screenshots let me know ๐
Can you describe what records you are creating with the metadata you want?
Actually if you could share the request ID where you create the record with the metadata that would be super helpful
Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
It's this one
req_eWGS0TQSvLcHxK
You can see it doesn't even show the metadata section when I try to pass in the following:
metadata { UID: "uid378248" }
That's because metadata wasn't passed as a parameter. You can see the POST request body (https://dashboard.stripe.com/test/logs/req_eWGS0TQSvLcHxK) which just shows as
{
amount: "10000",
currency: "eur",
automatic_payment_methods: {
enabled: "true"
}
}