Closed ZanonEdoardo closed 3 years ago
In the client creation, I see that the webhookSigningSecret parameter must be NotNull. But I don't use the webhook API. Can I use it with a fake string? This value can be optional?
webhookSigningSecret
NotNull
You can just set it to an empty string if you are not using webhooks.
In the client creation, I see that the
webhookSigningSecret
parameter must beNotNull
. But I don't use the webhook API. Can I use it with a fake string? This value can be optional?