The paystubs.updated webhook is sent when there is any change to a property value of the paystub object.
For example, after a payment is sent the paystub object’s status value changes from scheduled to completed.
Username = api_key_id, Password = api_key_secret
Request body for subscribing to the paystubs.updated webhook.
List of events to subscribe to. Must include paystubs.updated.
Value is paystubs.updated
paystubs.updated Your name for the webhook subscription. Name used for the webhook subscription.
Where you want to receive webhook delivery. This can be either a backend URL that you manage, or a URL provided by a webhook management service. URL where you want to receive webhook delivery.
Optional secret used to verify webhooks. Secret used to verify webhooks.