#Perezitto
1 messages · Page 1 of 1 (latest)
probably you're not using Connect authentication correctly : https://stripe.com/docs/connect/authentication or you are using the wrong API keys when creating the Invoice
I know nothing about Zoho or how that works
Stripe says "No such customer: 'Doe John'"
do you have the request IDreq_xxxfor that error?
I have request body would it be helpfull? {
"error": {
"code": "resource_missing",
"doc_url": "https://stripe.com/docs/error-codes/resource-missing",
"message": "No such customer: 'Doe John'",
"param": "customer",
"request_log_url": "https://dashboard.stripe.com/logs/req_8eJhEZ0P1qamfs?t=1679909020",
"type": "invalid_request_error"
}
}
customer: "Doe John", is not how this works
you would pass the id of the Customer object
it's customer:"cus_NbP5jc7lKDoLIM" in our API.
👋 taking over for my colleague. Let me know if there's any follow-up Qs I can answer!
Hey tarzan. karllekko helped my already. There is no more questions for now.