api

Confirm Contract Delivery

An endpoint that confirms an order has been fulfilled for a given contract.

post/api/checkout/v1/confirm/

Request body

external_uuidstring uuid required

The UUID of the contract to be confirmed.

Response

successboolean required

Whether the confirmation has been processed successfully.

success_messagestring required

Details of the confirmation.

Changes

No recorded changes to this endpoint across all 1 revision of this API.