Skip to main content

PaymentCapture Object

Captures the authorized payment amount.

Requires the MANAGE_ORDERSpermission.
type PaymentCapture {
payment: Payment
paymentErrors: [PaymentError!]! @deprecated
errors: [PaymentError!]!
}

Fields

payment ● Payment

Updated payment.

errors ● [PaymentError!]!

Show deprecated

Returned By

paymentCapture mutation