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: "payment_intent.succeeded"
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"paymentIntentId"
3"amount"
4"currency"
5"status"
6"occurredAt"
properties:
amount:
status:
eventId:
currency:
eventType:
occurredAt:
paymentIntentId: