PaymentCapture
Captures the authorized payment amount.
type PaymentCapture {
payment: Payment
paymentErrors: [PaymentError!]! @deprecated
errors: [PaymentError!]!
}
Fields
PaymentCapture.payment
● Payment
object payments
Updated payment.
PaymentCapture.paymentErrors
● [PaymentError!]!
deprecated non-null object payments
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errors
field instead.
PaymentCapture.errors
● [PaymentError!]!
non-null object payments
Returned By
paymentCapture
mutation