AllowedFundingTypes Property
Specifies the allowed funding types for the payment.
Syntax
int GetAllowedFundingTypes();
int SetAllowedFundingTypes(int iAllowedFundingTypes);
Possible Values
FT_ALL(0), FT_ECHECK(1), FT_CREDIT_CARD(2), FT_BALANCE_ONLY(3)
Default Value
0
Remarks
The following funding types are available:
ftAll (0) | The payment can be funded by any funding type that is supported for Adaptive Payments. |
ftECheck (1) | Electronic Check and PayPal account balance. |
ftCreditCard (2) | Credit Card and PayPal account balance. |
ftBalanceOnly (3) | PayPal account balance only. |
This property is unavailable to API callers with standard permission levels. You must have special permissions to use AllowedFundingTypes.
Data Type
Integer