paymentCapture Mutation
Captures the authorized payment amount.
paymentCapture(
amount: PositiveDecimal
paymentId: ID!
): PaymentCapture
Show return type
Arguments
amount ● PositiveDecimal
Transaction amount.
paymentId ● ID!
Payment ID.
Type
PaymentCapture
Captures the authorized payment amount.