Anchor to OrderCreateMandatePaymentUserErrorOrder
objectOrder Create Mandate Payment User Error
An error that occurs during the execution of .
Anchor to FieldsFields
- Anchor to codecode•Order
Create Mandate Payment 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
- •mutation
Creates a payment for an order by mandate.
- Anchor to amountamount•Money
Input The payment amount to collect.
- Anchor to autoCaptureauto•BooleanDefault:true
Capture 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•String!required
Key A unique key to identify the payment request.
- Anchor to mandateIdmandate•ID!required
Id The mandate ID used for payment.
- Anchor to paymentScheduleIdpayment•ID
Schedule Id The ID of the payment schedule to collect the balance for.
Arguments
- •Job
The async job used for charging the payment.
- Anchor to paymentReferenceIdpayment•String
Reference Id The Unique ID for the created payment.
- Anchor to userErrorsuser•[Order
Errors Create Mandate Payment User Error!]!non-null The list of errors that occurred from executing the mutation.
Fields
Was this section helpful?