Voltar para Payment Service
Type
ENDPOINT
Created
18/02/2026, 22:10
Updated
18/02/2026, 22:10

Config

path: "/webhooks/stripe"
method: "POST"
provider: "Stripe"
eventType: "customer.subscription.created|customer.subscription.updated|customer.subscription.deleted"
environment: "sandbox|production"

Input Schema

type: "object"
required:
0"stripeSignature"
1"rawBody"
properties:
rawBody:
stripeSignature:

Outputs (2)

errorERROR

Resposta de erro

type: "object"
properties: {}
successSUCCESS

Resposta de sucesso

type: "object"
required:
0"eventId"
1"eventType"
2"subscriptionId"
3"customerId"
4"status"
5"occurredAt"
properties:
status:
eventId:
eventType:
canceledAt:
customerId:
occurredAt:
subscriptionId:
currentPeriodEnd: