Skip to main content
Anchor to OrderCreateMandatePaymentUserError

OrderCreateMandatePaymentUserError

object

An error that occurs during the execution of OrderCreateMandatePayment.

•

The error code.

•

The path to the input field that caused the error.

•
String!non-null

The error message.


Was this section helpful?

•
mutation

Creates a payment for an order by mandate.

Arguments

•

The payment amount to collect.

•
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.

•
String!required

A unique key to identify the payment request.

•
ID!required

The mandate ID used for payment.

•

The ID of the payment schedule to collect the balance for.


Fields

•

The async job used for charging the payment.

•

The Unique ID for the created payment.

•

The list of errors that occurred from executing the mutation.


Was this section helpful?


Was this section helpful?