orderCapture
Capture an order.
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.
Was this page helpful?