The paystubs.added webhook is sent only when an account’s data is refreshed (does not include initial data retrieval) and a new paystub is retrieved.
paystubs.partially_synced webhook is sent when paystubs going back a specified number of days prior (starting from the date when the account was added) have been retrieved during initial data retrieval for a newly connected account.paystubs.fully_synced webhook is sent when all paystubs have been retrieved during initial data retrieval for a newly connected account.Username = api_key_id, Password = api_key_secret
Request body for subscribing to the paystubs.added webhook.
List of events to subscribe to. Must include paystubs.added.
Value is paystubs.added
paystubs.added 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.