#Thnks_CJ-payment-email

1 messages · Page 1 of 1 (latest)

dire flax
#

Hey! Can you share the Payment Intent ID pi_xxx?

balmy finch
#

"pi_3Kl9RRHanlZs58ak0dwLDlph" This is the one i got though cl

dire flax
#

What is 'cl'?

balmy finch
#

command line

dire flax
#

Ah, the CLI?

balmy finch
#

yes

dire flax
#

Specifically which field are you expecting to be defined?

balmy finch
#

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

dire flax
balmy finch
#

Yes, but i cant test if it works because it doesnt give an email

dire flax
#

You can specificy the parameters/values you want then

balmy finch
#

how can i do the multi line in windows?

dire flax
#

Multiline?

balmy finch
#
    -d amount=2000 \
    -d currency=usd \
    -d "payment_method_types[]=card"```
dire flax
#

I guess you'd just remove the \ so it's on a single line