Trouble getting step 1 of the stripe ecommerce tutorial to work

I have followed the steps from this doc: Stripe customer integration part 1 and received this in the error log:

POST /v1/customer

12/3/19, 2:01:15 PM

Summary

ID

req_osUhhYYGb82pMs

Time

12/3/19, 2:01:15 PM

Method

POST

URL

/v1/customer

Status

404

IP address

199.30.208.222

Version

2019-11-05 (latest)

Source

Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36

Origin

chrome-extension://fjjllfpmlaejicjkpknbdicdakiijgjp/

Request query parameters

{

“email”: “”,

“description”: “”

}

Request POST body

No POST body

Response body

{

“error”: {

“message”: "Unrecognized request URL (POST: /v1/customer). Please see https://stripe.com/docs or we can help at https://support.stripe.com/.",

“type”: “invalid_request_error”

}

}

Are you sure your URL is not wrong, it must point to the stripe api source and needs the full URL https://api.stripe.com/v1/customers

Also your parameters seen to be empty

Please re-check the tutorial

P.S. please dont duplicate threads, you have already asked this and had replies

1 Like

Yes but I have not received an answer yet. I have experienced problems with the task and all you have said is that the tutorial is correct.

Yes I have checked the url, I have said that the link

As you can see it is correct/

Also you said the parameters are empty. I noticed that the sql statement was different than yours:

Finally I noticed this difference is it an issue:
dmx-on:success=“serverconnectform1.reset()”>

Yes, that is wrong and not how it is set out in the tutorial, i have already answered that on the other thread which is why you should NOT duplicate threads, it just annoys people.