PaymentCapture Object
Captures the authorized payment amount.
type PaymentCapture {
payment: Payment
paymentErrors: [PaymentError!]! @deprecated
errors: [PaymentError!]!
}
Fields
payment ● Payment
Updated payment.
errors ● [PaymentError!]!
Show deprecated
Returned By
paymentCapture mutation