Confirms an order. If transferInstructions.fieldsToConfirmOrder of deposit or payout is non-empty, include them.
Request body type:
Request body example:
{ "orderId": "68728fa56ff494df5f39faf5" }
Returns an updated order.
Last updated 2 months ago
type RequestBody = { orderId: string; fieldsToConfirmOrder?: Record<string, string>; }