Skip to main content
Anchor to PaymentScheduleCapturePayload

PaymentScheduleCapturePayload

payload

Return type for paymentScheduleCapture mutation.

•Job

The async job used for charging the payment.

•OrderCreateMandatePaymentJobResult

The job result for tracking the status of the payment capture.

•String

The unique ID for the created payment.

•[PaymentScheduleCaptureUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?

Anchor to Mutations with this payloadMutations with this payload

•mutation

Captures payment for a due PaymentSchedule using the vaulted payment method associated with the order.

The mutation resolves the order and mandate from the given payment schedule, then initiates an asynchronous payment capture. Use the returned jobResult to poll for the status of the payment capture.

Arguments

•ID!
required

The ID of the payment schedule to capture payment for.



Was this section helpful?