Voltar para Payment Service
createPayout
ENDPOINT
System
Payment Service
Type
ENDPOINT
Created
18/02/2026, 22:10
Updated
18/02/2026, 22:10
Config
{7}
path
:
"/v1/payouts"
method
:
"POST"
provider
:
"Stripe"
timeoutMs
:
20000
environment
:
"sandbox|production"
connectAccountHeader
:
"Stripe-Account"
idempotencyKeyHeader
:
"Idempotency-Key"
Input Schema
{3}
type
:
"object"
required
:
[7]
0
"authStripeSecretKeyRef"
1
"studioId"
2
"stripeAccountId"
3
"amount"
4
"currency"
5
"bookingId"
6
"idempotencyKey"
properties
:
{8}
amount
:
{1}
currency
:
{1}
studioId
:
{2}
bookingId
:
{2}
description
:
{1}
idempotencyKey
:
{2}
stripeAccountId
:
{2}
authStripeSecretKeyRef
:
{1}
Outputs (2)
error
ERROR
Resposta de erro
{2}
type
:
"object"
properties
:
{}
success
SUCCESS
Resposta de sucesso
{3}
type
:
"object"
required
:
[4]
0
"payoutId"
1
"status"
2
"amount"
3
"currency"
properties
:
{6}
amount
:
{1}
status
:
{1}
currency
:
{1}
payoutId
:
{2}
arrivalDate
:
{1}
estimatedArrival
:
{1}