Order receipt confirmation

Information

After receiving the order you must send the order number generated in your system and the "ack" field with "true" value to confirm that the order was integrated correctly.

Request body example

{
    "external": "123456-1",
    "ack": true
}
Language
Click Try It! to start a request and see the response here!