Voltar para Payment Service
getPaymentHistory
ENDPOINT
System
Payment Service
Type
ENDPOINT
Created
18/02/2026, 22:10
Updated
18/02/2026, 22:10
Config
{5}
path
:
"/v1/payment_intents"
method
:
"GET"
provider
:
"Stripe"
timeoutMs
:
20000
environment
:
"sandbox|production"
Input Schema
{3}
type
:
"object"
required
:
[2]
0
"authStripeSecretKeyRef"
1
"userId"
properties
:
{7}
type
:
{1}
limit
:
{1}
userId
:
{2}
endingBefore
:
{2}
startingAfter
:
{2}
stripeCustomerId
:
{1}
authStripeSecretKeyRef
:
{1}
Outputs (2)
error
ERROR
Resposta de erro
{2}
type
:
"object"
properties
:
{}
success
SUCCESS
Resposta de sucesso
{3}
type
:
"object"
required
:
[2]
0
"payments"
1
"hasMore"
properties
:
{5}
total
:
{1}
hasMore
:
{1}
payments
:
{3}
totalAmount
:
{1}
nextStartingAfter
:
{1}
Used in Flows (1)
Flow
Step Order
Billing History and Invoice Flow
#1