attachPaymentMethod

suspend fun Stripe.attachPaymentMethod(paymentMethodId: String, customerId: String, ephemeralKeySecret: String, idempotencyKey: String? = null, stripeAccountId: String? = this.stripeAccountId): Result<PaymentMethod>