added

Webhooks in the BILL v3 API Postman collection

Use BILL webhooks to subscribe to and receive real time notifications for events, such as create a vendor, update a bill, or create a payment. When you get the events catalog and create subscriptions, set the required header values based on the events you want to subscribe to.

EventHeader values
Organization-level AP & AR eventsdevKey and sessionId
Partner-level AP & AR eventsappKey and sessionId
Spend & Expense eventsapiToken

Idempotency key and notification URL for creating subscriptions

In your Create a subscription (POST /v3/spend/subscriptions) request, the X-Idempotent-Key header value must be in the UUID4 format. In addition, you can use an online service for generating a test notificationUrl value. For example, webhook.site.

Helpful links

  • See BILL v3 API Postman collection for more information about working with the Postman collection.
  • See Webhooks in the Guides section for more information about working with BILL Webhooks.