Hi,
I have the following response from the stripe.js plugin:
Here is the setup
I know it’s working properly because when I change to “Retrieve a Customer’s email” it returns the email correctly. Also, I have double checked by doing a curl request in my command prompt and the API response shows the address is returning correctly.
Given that the API response is JSON formatted as follows:
“address:” {
“city”: “Toronto”,
“country”: “CA”,
“line1”: “123 Test street”,
“line2”: “Suite 1”,
“postal_code”: “M1M1M1”,
“state”: “ON”
}
I would have thought that clicking on “more” after “'s address” would give me these options (i.e. 's line2)
Any help would be much appreciated.
Thanks in advance