POST:orders/capture.json
Commerce APIPOST:orders/capture.json

POST:orders/capture.json

Description

Capture authorized transaction of an order.

Permission bit: "orders.capture"

Topic: Orders

Query Parameters

force: Boolean

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

Example: ?force=true


order_id: String, required

Unique order identifier. See also: Unique Identifiers

Example: ?order_id=or_EQzGqWoY


shop_id: String, required

Unique shop identifier. See also: Unique Identifiers

Example: ?shop_id=sh_EQzGqWoY

Response Body

Order

Response Body Type

Loading module