Pay Schedule
Pay Schedule Status
Emitted when a pay schedule is created or its activation state changes.
Events
payschedule.paysheduleisactive.insert— emitted when a pay schedule is created. The initialstatusisactive.payschedule.paysheduleisactive.update— emitted when the activation state changes. Thestatuscan beactiveorinactive.
WEBHOOK
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Headers
Unix timestamp used when validating the webhook signature.
Pattern:
^[0-9]+$Example:
"1783551002"
RS256 signature header in the format kid=<keyId>,alg=RS256,v1=<base64url_signature>.
Example:
"kid=rollfi-key-id,alg=RS256,v1=base64url-signature"
Response
200
Pay schedule event accepted successfully.
