Mark an order as delivery verified
PUT/orders/delivery_verification/:guid/mark_as_verified
Manual flow only: records that you reviewed the delivery, which the SuperPay process and
schedule endpoints require. Takes no body and returns the updated order, with status set
to delivery_verified. The order must be delivered or invoiced.
On automatic flow verification runs without you and this endpoint returns
403 ACCESS_DENIED_ERROR.
Request
Responses
- 200
- 401
- 403
- 404
- 409
Order details
Not authenticated
ACCESS_DENIED_ERROR: your account runs the automatic flow, where verification is not yours to set
The requested object does not exist
MARK_DELIVERY_VERIFIED_STATUS_DOES_NOT_MATCH: the order is not delivered or invoiced yet