v1

latestOpenAPI 3.0.32026-08-0627425250.9 KB
Processes

Adds a review (approve/decline/missing) to a given process

post/v1/processes/{process_id}/review

Path parameters

process_idstring required

ID of the process in where the review is being added. Required.

Request body

process_idstring

ID of the process in where the review is being added. Required.

Example request

{
  "refund_override": {
    "amount": {
      "amount": "1200",
      "currency_code": "EUR"
    },
    "reason": "The order is partially broken",
    "requested": true
  }
}

Response

OK

PbAddReviewResponse required