For certain events, the Nitrobox can send a notification (via web hooks) to another system. Notifications must be activated and set up. Notifications are sent asynchronously. Notifications are used, for example, to pick up an invoice document that has just been generated and make it available to the customer, or to trigger further follow-up processes in a third party system (e.g. an e-commerce shop).
Available Notifications
notification | status | technical identifier | description |
---|---|---|---|
Document created | invoice.created | A document has been created in the system. This notification is independent of the (PDF) file creation and archiving, which run as an asynchronous process. | |
Document archived | invoice.archived | A document has been stored in the file archive and can now be accessed via the file end point. | |
Document updated | invoice.updated | An already existing document was updated. This essentially refers to meta-information or the document status. In terms of content, documents are unchangeable. | |
Payment Intent Result | paymentintent.result | An Payment Intent was processed in conjunction with the stored Payment Service Provider. | |
Payment assigned | paymentAssignment.processed | A payment has been assigned to a transaction. Payments can be assigned to a document or an order. | |
Payment assignment reversed | paymentAssignment.reversed | An assigned payment has been reversed. Payments can be assigned to a document or an order. | |
Contract created | contract.created | A new contract (subscription) has been created. | |
Contract updated | contract.updated | An existing contract was updated. | |
Contract terminated | contract.terminated | An existing contract was terminated in a regular manner. | |
Contract canceled | contract.cancelled | An existing contract was terminated extraordinarily. | |
Contract renewed | contract.renewed | An existing contract has been extended by the term defined in the plan. | |
Customer created | customer.created | A new customer record has been created. | |
Customer updated | customer.updated | An existing customer has been changed. | |
Address created | address.created | A new address record has been created for a customer. | |
Address updated | address.updated | An existing address record for a customer has been changed. | |
Order created | order.created | A new order has been created. | |
Order updated | order.updated | An existing order has been changed. | |
Order cancelled | order.cancelled | An existing order has been cancelled. |
standard
upcoming release/on demand