Voltar para Payment Service
createPaymentIntent
ENDPOINT
System
Payment Service
Type
ENDPOINT
Created
18/02/2026, 22:10
Updated
18/02/2026, 22:10
Config
{6}
path
:
"/v1/payment_intents"
method
:
"POST"
provider
:
"Stripe"
timeoutMs
:
20000
environment
:
"sandbox|production"
idempotencyKeyHeader
:
"Idempotency-Key"
Input Schema
{3}
type
:
"object"
required
:
[8]
0
"authStripeSecretKeyRef"
1
"bookingId"
2
"amount"
3
"currency"
4
"payerId"
5
"payeeId"
6
"type"
7
"idempotencyKey"
properties
:
{10}
type
:
{2}
amount
:
{2}
payeeId
:
{3}
payerId
:
{3}
currency
:
{2}
metadata
:
{2}
bookingId
:
{3}
idempotencyKey
:
{3}
platformFeePercentage
:
{2}
authStripeSecretKeyRef
:
{2}
Outputs (2)
error
ERROR
Resposta de erro
{2}
type
:
"object"
properties
:
{}
success
SUCCESS
Resposta de sucesso
{3}
type
:
"object"
required
:
[6]
0
"paymentIntentId"
1
"clientSecret"
2
"status"
3
"amount"
4
"currency"
5
"createdAt"
properties
:
{6}
amount
:
{1}
status
:
{1}
currency
:
{1}
createdAt
:
{1}
clientSecret
:
{2}
paymentIntentId
:
{2}