Message: order.capturePayments
Captures payments for all unpaid invoices on the Order.
Schema
Body
No fieldsResponse Type
Array of object A capture that was created or updated as part of an order payment capture.orderId | uuid |
invoiceId | uuid |
paymentId | uuid |
paymentCaptureId | uuid |
amount | number The capture's full amount, captured or not. |
capturedAmount | number The amount that was captured from existing credit balance or other pending capture. |
remainingAmount | number If not the full capture amount was captured (due to no available credit balance), thie is the amount that remains to be captured. |