fundingSource
The fundingSource
element is an optional child of the enhancedAuthResponse
element. Through its child elements, it provides information concerning whether the card used for the transaction is Prepaid, Credit, Debit, or FSA and if Prepaid, the available balance, the type of prepaid card, and whether it is reloadable.
Parent Elements:
Attributes:
None
Child Elements:
Required: type, availableBalance, reloadable, prepaidCardType
Example: fundingSource Structure
<fundingSource>
<type>PREPAID</type>
<availableBalance>0</availableBalance>
<reloadable>YES|NO|UNKNOWN</reloadable>
<prepaidCardType>GIFT</prepaidCardType>
</fundingSource>
The fundingSource
element and its child elements, type
and availableBalance
are associated with the Insights features (see Issuer Insights). Please consult your Relationship Manager for additional information.