Paystubs.added webhook
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.
- The
paystubs.partially_syncedwebhook 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. - The
paystubs.fully_syncedwebhook is sent when all paystubs have been retrieved during initial data retrieval for a newly connected account.
Authorizations
Username = api_key_id, Password = api_key_secret
Body
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. Argyle handles URL encoding for webhook URLs. Send the URL in its normal, unencoded form. URL where you want to receive webhook delivery.
Optional secret used to verify webhooks. Secret used to verify webhooks.