Voltar para Payment Service
generateInvoice
ENDPOINT
System
Payment Service
Type
ENDPOINT
Created
18/02/2026, 22:10
Updated
18/02/2026, 22:10
Config
{5}
path
:
"/v1/invoices/{invoiceId}"
method
:
"GET"
provider
:
"Stripe"
timeoutMs
:
20000
environment
:
"sandbox|production"
Input Schema
{3}
type
:
"object"
required
:
[1]
0
"authStripeSecretKeyRef"
properties
:
{4}
invoiceId
:
{2}
paymentId
:
{2}
stripeCustomerId
:
{2}
authStripeSecretKeyRef
:
{1}
Outputs (2)
error
ERROR
Resposta de erro
{2}
type
:
"object"
properties
:
{}
success
SUCCESS
Resposta de sucesso
{3}
type
:
"object"
required
:
[3]
0
"invoiceId"
1
"status"
2
"createdAt"
properties
:
{7}
pdfUrl
:
{2}
status
:
{1}
currency
:
{1}
createdAt
:
{1}
invoiceId
:
{1}
amountPaid
:
{1}
invoiceUrl
:
{2}
Used in Flows (1)
Flow
Step Order
Billing History and Invoice Flow
#2