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

Config

path: "/v1/refunds"
method: "POST"
provider: "Stripe"
timeoutMs: 20000
environment: "sandbox|production"
idempotencyKeyHeader: "Idempotency-Key"

Input Schema

type: "object"
required:
0"authStripeSecretKeyRef"
1"paymentId"
2"reason"
3"idempotencyKey"
properties:
amount:
reason:
paymentId:
idempotencyKey:
authStripeSecretKeyRef:

Outputs (2)

errorERROR

Resposta de erro

type: "object"
properties: {}
successSUCCESS

Resposta de sucesso

type: "object"
required:
0"refundId"
1"refundedAmount"
2"currency"
3"status"
4"createdAt"
properties:
status:
currency:
refundId:
createdAt:
refundedAmount:

Used in Flows (1)

FlowStep Order
Booking Cancelation Flow#3