Skip to main content

Payment on account webhook events

New webhook event types are available for payment on account:

  • paymentOnAccount.created — emitted when a payment on account record is created.
  • paymentOnAccount.allocated — emitted when a payment on account balance is allocated to an invoice (for example "Pay from account").
  • paymentOnAccount.unallocated — emitted when unallocated balance is restored after a refund against a payment that used account funds.
  • paymentOnAccount.deleted — emitted when a payment on account record is deleted.

Each payload includes paymentOnAccountId only (plus the standard subscriptionId, eventId, and eventType fields).

Subscribe via createWebhook with any of the event types above.