Anchor to CustomerPaymentMethodRemoteUserErrorCustomer
CustomerPaymentMethodRemoteUserError
object
Requires access scope. Also: Requires
scope.
Represents an error in the input of a mutation.
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?
Map
No referencing types
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).
Was this section helpful?