#arvindsinghu-credit-note-webhook
1 messages ยท Page 1 of 1 (latest)
Hello ๐
I believe that event is fired when the actual credit note object is updated with additional information
https://stripe.com/docs/api/credit_notes/update?lang=node
can share your flow of testing the following
when someone use the credit notes or credit notes are added
Sorry that is not something that we offer.
Feel free to take your time to explain your question in detail ๐
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
check over here
Sorry, what am I looking for on the endpoint? there's not enough context here.
what's your actual usecase?
I want to update the credit amount used in our CRM using the webhook
just to make sure I understand correctly, You want to capture the credit note amount and then make a request to your database to update it?
Or do you want to update the credit note based on the amount captured by your CRM?
basically, when a used use a credit note amount, i want to update the left amount in our CRM
@vast crypt ?
Gotcha. okay so, the credit balance automatically applies to the next finalized invoice to a customer.
when the balance is applied to the invoice, customer.updated is fired
to adjust the balance
aah, then what the credit_note.updated is?