FastSpring Connector
Documentation
Version: 1
Documentation

EndPoint Get Account Charges


Name

get_account_charges

Description

Parameters

Parameter Label Required Options Description
PageSize PageSize NO
Email Email NO Account email
CustomKey Account custom key NO
GlobalKey Account global key NO
OrderID Account orderID NO
OrderReference Account orderReference NO
SubscriptionId Account subscriptionId NO
Products Products NO filters results to include only transactions involving the specified product ID(s) / product path(s)
Refunds Show Returned Only NO
Option Value
true true
false false
filters results to include orders with or without returns; response includes returns array with return IDs where applicable
SubscriptionStatus Subscription Status NO
Option Value
active active
ended ended
canceled canceled
started started
'active', 'ended', 'canceled', 'started' will return accounts with subscriptions in the corresponding state

Output Columns

Label DataType Length Raw Description
AccountId DT_WSTR 100 False
ChargeDate DT_DBDATE 0 False
Total DT_R8 0 False
Currency DT_WSTR 12 False
PayoutCurrency DT_WSTR 12 False
TotalInPayoutCurrency DT_R8 0 False
Status DT_WSTR 50 False
OrderId DT_WSTR 100 False
OrderReference DT_WSTR 100 False
SubscriptionId DT_WSTR 100 False
Timestamp DT_I8 0 False
TimestampValue DT_I8 0 False
TimestampInSeconds DT_I8 0 False
TimestampDisplay DT_WSTR 100 False

Input Columns

Label DataType Length Raw Description
There are no Static columns defined for this endpoint. This endpoint detects columns dynamically at runtime.