Voltar para Payment Service
processRefund
ENDPOINT
System
Payment Service
Type
ENDPOINT
Created
18/02/2026, 22:10
Updated
18/02/2026, 22:10
Config
{6}
path
:
"/v1/refunds"
method
:
"POST"
provider
:
"Stripe"
timeoutMs
:
20000
environment
:
"sandbox|production"
idempotencyKeyHeader
:
"Idempotency-Key"
Input Schema
{3}
type
:
"object"
required
:
[4]
0
"authStripeSecretKeyRef"
1
"paymentId"
2
"reason"
3
"idempotencyKey"
properties
:
{5}
amount
:
{2}
reason
:
{1}
paymentId
:
{2}
idempotencyKey
:
{2}
authStripeSecretKeyRef
:
{1}
Outputs (2)
error
ERROR
Resposta de erro
{2}
type
:
"object"
properties
:
{}
success
SUCCESS
Resposta de sucesso
{3}
type
:
"object"
required
:
[5]
0
"refundId"
1
"refundedAmount"
2
"currency"
3
"status"
4
"createdAt"
properties
:
{5}
status
:
{1}
currency
:
{1}
refundId
:
{2}
createdAt
:
{1}
refundedAmount
:
{1}
Used in Flows (1)
Flow
Step Order
Booking Cancelation Flow
#3