Skip to Content
0
Sep 13, 2023 at 09:03 PM

How the Generic Communication recognises the respond from 3rd party system

85 Views

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?