Modify paylods of Webhook test events

Is it possible to modify the payloads of the Square Webhook test events? specifically I would like to add a customer_id field (which should be created async in a real world scenario) to a payment.created event

:waving_hand: I’m Square Dev AI, here to help answer your question!
Based on the information you’ve provided, the following documentation will help answer your question:

Additional Documentation

Use Webhooks to Integrate with a Payroll System
Customers API Workflows
Gift Card Webhooks

If this documentation helped you find a solution, please check the box indicating that this reply solves the problem.
Otherwise one of our Developer Advocates will provide additional assistance shortly.

No, it’s not possible to modify the payloads of the Square Webhook test events. The payloads for these test events are predefined and cannot be altered. The purpose of these test events is to provide a predictable output for testing your application’s handling of webhook events. If you need to test specific scenarios such as the creation of a customer_id, you would need to simulate this in your application’s test environment.

This answer was reviewed by @Bryan-Square.

No, it’s not possible to modify the payloads of the Square Webhook test events. The payloads for these test events are predefined and cannot be altered. The purpose of these test events is to provide a predictable output for testing your application’s handling of webhook events. If you need to test specific scenarios such as the creation of a customer_id, you would need to simulate this in your application’s test environment.

This answer was reviewed by @Bryan-Square.