Download OpenAPI specification:Download
Push data updates into Paystar via event-based integrations.
Submit an event to update data in Paystar. The payload field must be a serialized JSON string
matching the schema for the given eventType.
| eventType required | string Enum: "Accounts.ManageCustomer" "Accounts.UnenrollAutopay" The type of event being sent. |
| payload required | string A serialized JSON string containing the event-specific data. Must be valid JSON matching the schema for the specified eventType. |
| businessUnitSlug required | string The slug identifying the target business unit. |
{- "eventType": "Accounts.ManageCustomer",
- "payload": "string",
- "businessUnitSlug": "string"
}