You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to trigger a customer.created event using the Stripe CLI with the command stripe trigger customer.created --add customer_created:metadata.test=test, the metadata is not being passed to the webhook.
Expected Behavior
I expected the customer.created event to include the metadata test=test in the webhook payload.
Steps to Reproduce
Install the Stripe CLI on macOS.
Run the command: stripe trigger customer.created --add customer_created:metadata.test=test.
Observe the webhook payload and note that the metadata is missing.
Environment
macOS
The text was updated successfully, but these errors were encountered:
Issue
When trying to trigger a customer.created event using the Stripe CLI with the command stripe trigger customer.created --add customer_created:metadata.test=test, the metadata is not being passed to the webhook.
Expected Behavior
I expected the customer.created event to include the metadata test=test in the webhook payload.
Steps to Reproduce
Install the Stripe CLI on macOS.
Run the command: stripe trigger customer.created --add customer_created:metadata.test=test.
Observe the webhook payload and note that the metadata is missing.
Environment
macOS
The text was updated successfully, but these errors were encountered: