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

Config

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

Input Schema

type: "object"
required:
0"authStripeSecretKeyRef"
1"paymentIntentId"
2"idempotencyKey"
properties:
returnUrl:
idempotencyKey:
paymentIntentId:
authStripeSecretKeyRef:

Outputs (2)

errorERROR

Resposta de erro

type: "object"
properties: {}
successSUCCESS

Resposta de sucesso

type: "object"
required:
0"paymentIntentId"
1"status"
2"amount"
3"currency"
properties:
amount:
status:
currency:
paymentId:
capturedAt:
receiptUrl:
paymentIntentId: