Set billing details when using Stripe Express Checkout Element

115 views Asked by At

NodeJS. I have one issue with expressCheckout API. https://stripe.com/docs/elements/express-checkout-element/migration#mpan

For the payment request button we will use "ev.paymentMethod" to get card information and use the API Create a PaymentMethod to create and set billing information.

When using Express Checkout Element I can't get card information from (e.g. Google Pay) to create payment method and set billing data.

Do we have any other way to assign billing information without creating payment method?

I tried searching and researching but I didn't get any suitable results to solve the problem I'm having.

0

There are 0 answers