INPUT_OBJECT

UserPaymentIdentityMutation

link GraphQL Schema definition

  • input UserPaymentIdentityMutation {
  • # Provider: Stripe|Paypal|ApplePay|External
  • paymentProvider: String!
  • # Provider user id; usually email
  • linkedIdentity: String
  • # Org specific payment method handle
  • methodHandle: String!
  • # Client data (optional)
  • opts: String
  • # Client classification (optional)
  • kind: String
  • }

link Require by