#meisei81
1 messages · Page 1 of 1 (latest)
You are calling the incorrect API. It's not Create Customer API
Its Customer Create Tax Id API. See https://stripe.com/docs/billing/customer/tax-ids#managing
but I can do that by curl
request id?
I created this customer cus_OVX4aMkEHhFOrA moment ago by curl
And I can't find the request id from the response
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
This is correct
but req_yKLwcfQsGaQKUE is not
Lookint at the path
POST /v1/customers (correct) vs POST /v1/customers/cus_OQkLnTiE5sKEke (incorrect)
Thanks. Let me check