Voltar para Payment Service
processPayment
ENDPOINT
System
Payment Service
Type
ENDPOINT
Created
18/02/2026, 22:10
Updated
18/02/2026, 22:10
Config
{6}
path
:
"/v1/payment_intents/{paymentIntentId}/confirm"
method
:
"POST"
provider
:
"Stripe"
timeoutMs
:
20000
environment
:
"sandbox|production"
idempotencyKeyHeader
:
"Idempotency-Key"
Input Schema
{3}
type
:
"object"
required
:
[3]
0
"authStripeSecretKeyRef"
1
"paymentIntentId"
2
"idempotencyKey"
properties
:
{4}
returnUrl
:
{3}
idempotencyKey
:
{2}
paymentIntentId
:
{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
"paymentIntentId"
1
"status"
2
"amount"
3
"currency"
properties
:
{7}
amount
:
{1}
status
:
{1}
currency
:
{1}
paymentId
:
{2}
capturedAt
:
{1}
receiptUrl
:
{2}
paymentIntentId
:
{1}