Finalize an orderAsk AIpost https://api.slopepay.com/v4/orders/{id}/finalizeMoves an order from the "open" state to the "finalized" state.Path ParamsidstringrequiredThe Slope order ID or the partner external order IDBody ParamsamountnumberThe amount to finalize, in cents. If less than the order total, the difference will be voided. If not provided, the full order amount will be finalized.metadataobjectA JSON object of metadata to merge with existing order metadatametadata objectResponses 200The finalized order. 400Bad Request - Invalid request format or validation errors 404Not Found - The requested resource was not found 500Internal Server Error - An unexpected error occurredUpdated 6 months ago