Skip to main content
Version: 3.x

PaymentCapture

Captures the authorized payment amount.

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

Fields

PaymentCapture.payment ● Payment object

Updated payment.

PaymentCapture.paymentErrors ● [PaymentError!]! deprecated non-null object

DEPRECATED

This field will be removed in Saleor 4.0. Use errors field instead.

PaymentCapture.errors ● [PaymentError!]! non-null object

Returned by

paymentCapture mutation


Was this page helpful?