Skip to main content
Version: Canary 🚧

orderCapture

Capture an order.

Requires MANAGE_ORDERSpermission.
orderCapture(
amount: PositiveDecimal!
id: ID!
): OrderCapture

Arguments

orderCapture.amount ● PositiveDecimal! non-null scalar

Amount of money to capture.

orderCapture.id ● ID! non-null scalar

ID of the order to capture.

Type

OrderCapture object

Capture an order.

Requires MANAGE_ORDERSpermission.

Was this page helpful?