Hi, following the bellow article from Armin Zamani Farahani we prepared a generic system to send the receipts to a 3rd party ERP system.
How to integrate receipts from SAP Customer Checkout manager | SAP Blogs
The 3rd party receives correctly the payload and creates the receipt. After the receipt is created, the 3rd party sends back the respond code Ok (response.StatusCode = Net.HttpStatusCode.OK) but the CCO manager can't verify that the receipt is posted and keeps it as fail.
What is the response that we need to give to CCO?