Skip to main content
POST
Error

Parâmetros de caminho

connectionID
string<uuid>
obrigatório

The provider connection this endpoint belongs to. Each connection has its own webhook secret, so each gets its own URL.

Corpo

application/json

The provider's event, exactly as it was signed. It is read as bytes and never re-serialized — what is stored has to be what the signature covered.

A Stripe event object. Its shape is Stripe's, not ours.

Resposta

Accepted. The event is recorded and will be processed; a repeat of an event already recorded answers this too.