Skip to main content

paymentCapture Mutation

Captures the authorized payment amount.

Requires the MANAGE_ORDERSpermission.
paymentCapture(
amount: PositiveDecimal
paymentId: ID!
): PaymentCapture
Details
type PaymentCapture {
payment: Payment
paymentErrors: [PaymentError!]! @deprecated
errors: [PaymentError!]!
}

Arguments

amount ● PositiveDecimal

Transaction amount.

paymentId ● ID!

Payment ID.

Type

PaymentCapture

Captures the authorized payment amount.

Requires the MANAGE_ORDERSpermission.