orderCapture Mutation
Capture an order.
orderCapture(
amount: PositiveDecimal!
id: ID!
): OrderCapture
Show return type
Arguments
amount ● PositiveDecimal!
Amount of money to capture.
id ● ID!
ID of the order to capture.
Type
OrderCapture
Capture an order.