Orders > Orders > ordersCapture
Commerce APIOrdersOrdersordersCapture
ordersCapture
POST:orders/capture.json

Description

Capture authorized transaction of an order.

Permission bit: "orders.capture"

Topic: Orders

Arguments

force: Boolean

Force capture (marks order as captured without performing a transaction)


order_id: String!

Unique order identifier. See also: Unique Identifiers

Example: "or_EQzGqWoY"


shop_id: String!

Unique shop identifier. See also: Unique Identifiers

Example: "sh_EQzGqWoY"


Result

Order

Preview (typescript)

Loading module