cancel
Showing results for 
Search instead for 
Did you mean: 

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

Fedias
Participant
0 Kudos
289

Hi, following the bellow article from armin.zamani 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?

Accepted Solutions (1)

Accepted Solutions (1)

JoergAldinger
Active Contributor
0 Kudos

Hello Fedias,

I hope you are doing well.

200 should be the correct status code. We have such a setup with a customer and the 200 response is effectively marking the receipts as sent successfully. Maybe there is some other error in the process?

Greetings to Cyprus!

Joerg.

Fedias
Participant

Hi joerg.ceo and thanks for the info. It works now. I had a text in my response and it was not working. Now I am just sending the 200.

Answers (0)