Anchor to PaymentScheduleCaptureUserErrorPayment
objectPayment Schedule Capture User Error
An error that occurs during the execution of .
Anchor to FieldsFields
- code (PaymentScheduleCaptureUserErrorCode)
- field ([String!])
- message (String!)
- Anchor to codecode•Payment
Schedule Capture User Error Code The error code.
- Anchor to fieldfield•[String!]
The path to the input field that caused the error.
- Anchor to messagemessage•String!non-null
The error message.
Was this section helpful?
Anchor to MutationsMutations
- paymentScheduleCapture (PaymentScheduleCapturePayload)
- •mutation
Captures payment for a due
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
to poll for the status of the payment capture.- Anchor to paymentScheduleIdpayment•ID!
Schedule Id required The ID of the payment schedule to capture payment for.
Arguments
Was this section helpful?