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

Config

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

Input Schema

type: "object"
required:
0"authStripeSecretKeyRef"
1"bookingId"
2"amount"
3"currency"
4"payerId"
5"payeeId"
6"type"
7"idempotencyKey"
properties:
type:
amount:
payeeId:
payerId:
currency:
metadata:
bookingId:
idempotencyKey:
platformFeePercentage:
authStripeSecretKeyRef:

Outputs (2)

errorERROR

Resposta de erro

type: "object"
properties: {}
successSUCCESS

Resposta de sucesso

type: "object"
required:
0"paymentIntentId"
1"clientSecret"
2"status"
3"amount"
4"currency"
5"createdAt"
properties:
amount:
status:
currency:
createdAt:
clientSecret:
paymentIntentId: