#Mahesh K
1 messages · Page 1 of 1 (latest)
Hi there, how can I help?
hi jack
my webhook endpoint is not listening
acct_1N2qsPR8LcJUC5c7
my account id
i gave the correct endpoint from my server
yes its running
can i add webhook end point in my connected account.
if yes, how to add ?
You should use a connect webhook endpoint to listen to events happens in your connected account https://stripe.com/docs/connect/webhooks
yes i understand it
but the cache is how to add the end point in my connected accounts
You don't, you add a connect webhook endpoint to platform (your account).
we don't have single server
we deploy new server for the new client that we got
for then how to differentiate the which webhook event listen which server
did you understand my problem?
Please read the doc that I sent earlier to learn how to listen to webhook events from connected accounts.
What's the event iD?
evt_1N3YFrJFyf0NJAEUrBu6NfVF
Thanks for the ID, the event delivery is unsuccessful due to connection time out
I'd suggest you to double check and see if the endpoint is running
Hi @wind rain can you check you server log and see if there are any errors?
yes
...
Hi there, so did you see any errors?
I don't think this is configurable through API.
Can you check it once please.
https://stripe.com/docs/api/customers/create#create_customer-invoice_settings-custom_fields this is the API to cutoimize invoice, but there's no options for invoice numbering
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
is there a way to open the connected account. so that i can manually customize the invoice numbering
here i found this..
but when i click on this , its taking me to the payment page
There's a "View Dashboard as this account" option in Connect Dashboard to allow you to log into the connected account
https://stripe.com/docs/api/customers/update#update_customer-invoice_prefix Sorry for the oversight, this is the property that you can use to generate unique invoice numbers.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.