v1

latestOpenAPI 3.0.02026-07-2421110121.4 KB
Transaction (v3)

Create an Acknowledgment

Creates an acknowledgment with the specified status for the specified Transaction.

post/v3/transactions/{transactionId}/acknowledgment

Path parameters

transactionIdnumber required

The numeric transaction ID.

Headers

orderful-api-keystring required

Your Orderful API key.

Request body

status'ACCEPTED' | 'REJECTED' required

Status of the acknowledgment.

Example request

{
  "errors": [
    {
      "path": "/message",
      "code": "00",
      "message": "This is a top-level error message for JSON transaction"
    }
  ]
}

Response

Acknowledgment created successfully.