Anchor to OrderCreateMandatePaymentUserErrorOrder
Order Create Mandate Payment User Error
object
An error that occurs during the execution of .
Anchor to FieldsFields
- Anchor to codecode•
The error code.
- Anchor to fieldfield•
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
- •mutation
Creates a payment for an order by mandate.
- Anchor to amountamount•
The payment amount to collect.
- Anchor to autoCaptureauto•
Capture BooleanDefault:true Whether the payment should be authorized or captured. If
false
, then the authorization of the payment is triggered.- •ID!required
The ID of the order to collect the balance for.
- Anchor to idempotencyKeyidempotency•
Key String!required A unique key to identify the payment request.
- Anchor to mandateIdmandate•
Id ID!required The mandate ID used for payment.
- Anchor to paymentScheduleIdpayment•
Schedule Id The ID of the payment schedule to collect the balance for.
Arguments
- •
The async job used for charging the payment.
- Anchor to paymentReferenceIdpayment•
Reference Id The Unique ID for the created payment.
- Anchor to userErrorsuser•
Errors The list of errors that occurred from executing the mutation.
Fields
Was this section helpful?