Description Topic: Customers Fields payment_method: String! Stripe.js credit card payment method id Example: "pm_123456789" Used By Mutations customersPaymentSourcesCreate Preview (typescript) interface CustomerPaymentSourceCreate {payment_method: string}