Webhook Endpoints
Create webhook endpoints to receive real-time notifications of the user's settled invoices.
Create a webhook endpoint
Request Body
Name
Type
Description
{
"url": "https://webhook.site/2d10f6a2-8860-48af-8c25-379a3c921d30",
"description": "An example endpoint",
"filter_types": [
"invoice.settled"
],
"created_at": "2023-05-02T07:35:03.867Z",
"id": "ep_2PECYp6CLXBbAqyFnhbxFUXM2ZR",
"endpoint_secret": "whsec_QE8DIo3EtwlPmkOGCmxYyAcAxnpArzP/"
}{
"errors": [
"ERROR_MESSAGE_HERE"
]
}Get a webhook endpoint
Path Parameters
Name
Type
Description
Delete a webhook endpoint
Path Parameters
Name
Type
Description
Last updated
Was this helpful?

