#fares274 - Stripe CLI
1 messages · Page 1 of 1 (latest)
Hello! Let me pull your screenshot into this thread...
You would use the -d flag to add the data: https://stripe.com/docs/cli/post#post-data
Sorry sir but i still can't figure it out do i have to (copy the text and edit the information) or ??
Hi @bronze imp I'm taking over
Yes you should just copy the code and paste it to your Terminal
What's the exact command you pasted to Terminal?
-d "billing [address] [line1]"="my main street adress]
Send me the full command, thanks
Can you just copy and paste the text here?
I want to see the exact command that you executed in your Terminal.
Stripe issuing cardholder create --type=individual --name="fares tammouret" --email="farestammouret@yahoo.com" --phone-number="+1888588687" -d "billing [address] [line1]="4726 bubby drive" -d "billing .....
the point means the rest of the code
No, send me the complete command that you keyed in to your Terminal, so that I can help you to point out the mistake if there is.
Stripe issuing cardholder create --type=individual --name="fares tammouret" --email="farestammouret@yahoo.com" --phone-number="+1888588687" -d "billing [address] [line1]="4726 bubby drive" -d "billing [adress] [city]"="Austin" -d "billing [adress][state]"="TX" -d "billing [address][county]"="US" -d "billing [adress][postal_code]"="78749"
That's the complete command
When i pres enter
It sais
Stripe issuing cardholders create requires exactly 0 positional arguments .
stripe issuing cardholders create --type=individual --name="fares tammouret" --email="farestammouret@yahoo.com" --phone-number="+1888588687" -d "billing[address][line1]=4726 bubby drive" -d "billing[address][city]=Austin" -d "billing[address][state]=TX" -d "billing[address][county]=US" -d "billing[address][postal_code]=78749"
There are many mistakes in the command.
I've fixed it, please compare it with the original one so you know what's wrong.
Ok thank you sir
Message "your acount is not set up to use issuing"
Please visit https/dashboard.stripe.com/issuing/overview
?
It means your account is not yet set up, you should visit the link for setup.