PaymentCapture Object
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
DEPRECATED
This field will be removed in Saleor 4.0. Use errors
field instead.
PaymentCapture.errors
● [PaymentError!]!
non-null object payments
Returned By
paymentCapture
mutation