This notification can be utilized for various business purposes:
To register to this notification, please look in the general notifications-page using subscriptions/billingReturned
The follow-up processes depend on what you want to do with the data:
Trigger Events:
Example:
{
"parameters": {
"transactionID": "819034867",
"customerNumber": "CUST-3354985",
"customerDetails": {
"externalCustomerId": "CUST-3354985",
"firstName": "Jane",
"lastName": "Doe",
"companyName": "John Doe AG"
},
"externalContractId": "390_qsbcFVWQOr1V4Lh",
"orderReference": "ORD-1234485",
"invoice": {
"currency": "EUR",
"invoiceReference": "INV-DE000000969",
"totalGrossAmount": 1200.0,
"totalNetAmount": 1008.4
},
"returnDate": "2024-09-10",
"returnReference": "RET-160502547",
"returnReason": "01",
"returnItems": [
{
"description": "Subscription",
"grossUnitPrice": 600.0,
"quantity": 1.0,
"vatPercent": 19.0,
"productID": "SUB-123448",
"externalContractId": "390_qsbcFVWQOr1V4Lh"
},
{
"description": "Subscription",
"grossUnitPrice": 600.0,
"quantity": 1.0,
"vatPercent": 19.0,
"productID": "SUB-156143",
"externalContractId": "390_qsbcFVWQOr1V4Lh"
}
],
"statusType": "RETURNED"
},
"type": "subscriptions/billingReturned"
}
Field Descriptions
Please look here for the details of the Authorization Status Notification.