#jerome9652
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- jerome9652, 2 days ago, 9 messages
- jerome9652, 2 days ago, 9 messages
- jerome9652, 6 days ago, 9 messages
You can't do that using Stripe CLI, you'll need to use APis
So you mean I can't add metadata through CLI right?
No you can't, you can check all the available parameters in the console
For example when you enter here:
https://stripe.com/docs/api/customers/create?lang=curl
or via stripe customers create --help
Thanks
Another question, if I add customer id during create checkout session, then the a email will be filled during the user open the payment url, and the email cannot be changed. What if the user want to change another stripe account because the account doesn't have valid cards to pay?