onPurchasedItemInvoiceStatusUpdated( )


Notes:

Triggered when there is an update to the payment status of an invoice. Charges made using the Custom Charges SPI may be based on usage. Learn more about usage-based charges.

Permissions
Manage Your App
Read site, business, and email details
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
handlerfunction

handler(event: PurchasedItemInvoiceStatusUpdatedEnvelope): void | Promise<void>

Did this help?