The Billing Information Available notification informs you when preliminary billing information for a customer’s service usage is ready before an official invoice is processed. This notification is particularly useful for businesses with usage-based services, where real-time billing information is needed (e.g., car-sharing services). Once the service consumption is completed, this notification provides detailed billing information that can be displayed to the customer before the actual invoice is finalized.
This notification can be utilized for various business purposes:
To register to this notification, please look in the general notifications-page using subscriptions/billingInformationAvailable
The follow-up processes depend on what you want to do with the data:
Trigger Events:
The Billing Information Available notification is triggered in the following process:
Example:
{
"parameters": {
"customerNumber": "CUST-3990518",
"externalContractId": "ORD-001006CK",
"invoice": {
"billToAddress": {
"countryCode": "DE",
"postalCode": "48213",
"postalPlace": "Münster",
"street": "Sample-Str..",
"streetNumber": "12A"
},
"billingEndDate": "2024-10-25",
"billingStartDate": "2024-09-26",
"currency": "EUR",
"dueDate": "2024-09-26",
"invoiceDate": "2024-09-26",
"invoiceReference": "INV-20240003",
"items": [
{
"description": "Subscription 1 - first month",
"grossUnitPrice": 11.99,
"quantity": 1.0,
"vatPercent": 19.0,
"productID": "471",
"externalContractId": "ORD-001006CK"
},
{
"description": "Subscription - First month reduced",
"grossUnitPrice": -4.0,
"quantity": 1.0,
"vatPercent": 19.0,
"productID": "471",
"externalContractId": "ORD-001006CK"
}
],
"orderChannel": "01",
"orderDate": "2024-09-26",
"orderReference": "ORD-001006CK",
"shipToAddress": {
"countryCode": "DE",
"postalCode": "48213",
"postalPlace": "Münster",
"street": "Sample-Str..",
"streetNumber": "12A"
},
"totalGrossAmount": 7.99,
"totalNetAmount": 6.71
},
"orderReference": "ORD-001006CK",
"transactionId": "2035676626"
},
"type": "subscriptions/billingInformationAvailable"
}
Field Descriptions
Please look here for the details of the Billing Information AvailableNotification.