Skip to main content

orderCapture Mutation

Capture an order.

Requires the MANAGE_ORDERSpermission.
orderCapture(
amount: PositiveDecimal!
id: ID!
): OrderCapture
Details
type OrderCapture {
order: Order
orderErrors: [OrderError!]! @deprecated
errors: [OrderError!]!
}

Arguments

amount ● PositiveDecimal!

Amount of money to capture.

id ● ID!

ID of the order to capture.

Type

OrderCapture

Capture an order.

Requires the MANAGE_ORDERSpermission.