Customer Payment Method Remote User Error
Requires access scope. Also: Requires
scope.
Represents an error in the input of a mutation.
Anchor to FieldsFields
- Anchor to codecode•Customer
Payment Method Remote 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.
Anchor to MutationsMutations
- •mutation
Create a payment method from remote gateway identifiers. NOTE: This operation processes payment methods asynchronously. The returned payment method will initially have incomplete details. Developers must poll this payment method using customerPaymentMethod query until all payment method details are available, or the payment method is revoked (usually within seconds).
- Anchor to customerIdcustomer•ID!required
Id The ID of the customer.
- Anchor to remoteReferenceremote•Customer
Reference Payment Method Remote Input!required Remote gateway payment method details.
Arguments
- Anchor to customerPaymentMethodcustomer•Customer
Payment Method Payment Method The customer payment method. Note that the returned payment method may initially be in an incomplete state. Developers should poll this payment method using the customerPaymentMethod query until all required payment details have been processed.
- Anchor to userErrorsuser•[Customer
Errors Payment Method Remote User Error!]!non-null The list of errors that occurred from executing the mutation.
Fields