#ying-webhook-grpc

1 messages · Page 1 of 1 (latest)

mighty ibexBOT
#

Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

lilac fog
violet hatch
#

one more question, does a draft invoice list item prices before or after applying the credit?

mighty ibexBOT
#

yingwang-sub-events

lilac fog
#

I'm unsure what you're asking on the follow up question. Can you clarify/ add more details? It's always ideal to test things on your end using your test API key to see expected behavior so I recommend testing these as well.

violet hatch
#

so when stipe create a draft invoice, it will send a signal to our webhook to modify it before finalization

#

so I want to know if the price listed there is the price before applying credit or after, so we handle it differently

lilac fog
violet hatch
#

i see

#

I have an unrelated question regarding webhook

#

can we implement an webhook endpoint as a grpc endpoint?

lilac fog
violet hatch
#

ah ,right

#

our backend is a gRPC server

#

how can we make stripe to call our gRPC server?

fluid escarp
#

We don't really support grpc no. Our webhook logic makes an HTTPS request to your webhook endpoint, the rest is something you'd have to handle yourself