#xqprtzcv
1 messages · Page 1 of 1 (latest)
Hello! A Customer can have multiple Payment Methods attached, but we don't have a Stripe Element for them to choose one. You would need to build that UI on your end.
Ok, thank you
Also, somewhat unrelated, I keep seeing this message in the javascript console: to execute 'postMessage' on 'DOMWindow': The target origin provided ('https://js.stripe.com') does not match the recipient window's origin ('https://local.example.com:4243').
That's because you're doing something unusual with a local test domain.
That might cause some unexpected results, so you may want to switch to testing on localhost or test using a tunnel like ngrok.
Thank you!