Skip to main content
Version: Canary 🚧

paymentCapture

Captures the authorized payment amount.

Requires MANAGE_ORDERSpermission.
paymentCapture(
amount: PositiveDecimal
paymentId: ID!
): PaymentCapture

Arguments

paymentCapture.amount ● PositiveDecimal scalar

Transaction amount.

paymentCapture.paymentId ● ID! non-null scalar

Payment ID.

Type

PaymentCapture object

Captures the authorized payment amount.

Requires MANAGE_ORDERSpermission.

Was this page helpful?