#Thnks_CJ-payment-email
1 messages · Page 1 of 1 (latest)
"pi_3Kl9RRHanlZs58ak0dwLDlph" This is the one i got though cl
What is 'cl'?
command line
Ah, the CLI?
Specifically which field are you expecting to be defined?
the billing email
"billing_details": {
"address": {
"city": null,
"country": null,
"line1": null,
"line2": null,
"postal_code": null,
"state": null
},
"email": null,
"name": null,
"phone": null
},```
but using the cli no email is defined so then i cannot extract any email from the response
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Yes, but i cant test if it works because it doesnt give an email
Yep, you're just using the trigger command which just creates a bare bones Payment Intent. If you need to do this via the CLI, then you should instead use: https://stripe.com/docs/cli/post
You can specificy the parameters/values you want then
how can i do the multi line in windows?
Multiline?
I guess you'd just remove the \ so it's on a single line