invoiceCreatedEvent( )


Important:


Triggered in case Wix creates an invoice that includes charges for an instance of your app.

Method Declaration
Copy
Method Parameters
payloadInvoiceCreatedEventEnvelope
Returns
Return Type:InvoiceCreatedResponse | Promise<InvoiceCreatedResponse>
Example of an invoice created event
JavaScript
Did this help?