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

Config

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

Input Schema

type: "object"
required:
0"authStripeSecretKeyRef"
1"studioId"
2"stripeAccountId"
3"amount"
4"currency"
5"bookingId"
6"idempotencyKey"
properties:
amount:
currency:
studioId:
bookingId:
description:
idempotencyKey:
stripeAccountId:
authStripeSecretKeyRef:

Outputs (2)

errorERROR

Resposta de erro

type: "object"
properties: {}
successSUCCESS

Resposta de sucesso

type: "object"
required:
0"payoutId"
1"status"
2"amount"
3"currency"
properties:
amount:
status:
currency:
payoutId:
arrivalDate:
estimatedArrival: