capacitor-community / stripe

Stripe Mobile SDK wrapper for Capacitor
MIT License
185 stars 74 forks source link

Create paymentSheet without a customer id #116

Closed hideokamoto closed 2 years ago

hideokamoto commented 2 years ago

Expect behavior

We can create a new PaymentIntent without any customer id. So we can create & present the PaymentSheet without customer id.

Actual behavior

Now the TypeScript def says "We have to provide any customer id.".

スクリーンショット 2021-10-24 15 51 42

Request

Is it possible to support "non-customer id" intents?