FeesPayer Property
The payer of the PayPal fees.
Syntax
adaptivepaycontrol.FeesPayer[=integer]
Possible Values
fpNotSet(0), fpSender(1), fpPrimaryRecipient(2), fpEachRecipient(3), fpSecondaryOnly(4)
Default Value
0
Remarks
Allowable values are:
fpNotSet (0) | This field is not sent in the request. |
fpSender (1) | Sender pays all fees (for personal, implicit simple/parallel payments) |
fpPrimaryRecipient (2) | Primary receiver pays all fees |
fpEachRecipient (3) | Each receiver pays their own fee (default and personal payments) |
fpSecondaryOnly (4) | Secondary receivers pay all fees (use only for chained payments with one secondary receiver) |
Data Type
Integer