FastSpring Connector
Documentation
Version: 1
Documentation

EndPoint Get Accounts


Name

get_accounts

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
Id DT_WSTR 50 False
ContactFirst DT_WSTR 255 False
ContactLast DT_WSTR 255 False
ContactEmail DT_WSTR 255 False
ContactCompany DT_WSTR 255 False
ContactPhone DT_WSTR 255 False
ContactSubscribed DT_BOOL 0 False
AddressLine1 DT_WSTR 255 False
AddressLine2 DT_WSTR 255 False
City DT_WSTR 255 False
Region DT_WSTR 255 False
RegionCustom DT_WSTR 255 False
PostalCode DT_WSTR 255 False
AddressCompany DT_WSTR 255 False
Language DT_WSTR 255 False
Country DT_WSTR 255 False
LookupGlobal DT_WSTR 255 False
Url DT_WSTR 255 False
PaymentMethods DT_I8 0 False
PaymentActive DT_I8 0 False
Orders DT_NTEXT 0 False
Subscriptions DT_NTEXT 0 False
Charges DT_NTEXT 0 False
Subscribed DT_BOOL 0 False
TaxExemptionData DT_WSTR 4000 False

Input Columns

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