Identifies the payment method (such as credit card or PayPal) the seller will accept for the buyer to pay for the purchase of the item.
If you specify multiple PaymentMethods fields, the repeating fields must be contiguous. For example, you can specify PayPalEmailAddress after a list of repeating PaymentMethods fields, but not between them:
<PaymentMethods>AmEx</PaymentMethods>
<PaymentMethods>PersonalCheck</PaymentMethods>
<PaymentMethods>PayPal</PaymentMethods>
<PayPalEmailAddress>mypaypalemail@ebay.com</PayPalEmailAddress>
In general, if you separate repeating instances of a field, the results will be unpredictable. This rule applies to all repeating fields (maxOccurs="unbounded" or greater than 1) in the schema. See "Overview of the Schema" in the eBay Web Services guide.
Note: Required or allowed payment methods vary by site and category. Refer to Payment Method Differences (PaymentMethod) in the eBay Trading API Guide for information to help you determine which payment methods you are required or allowed to specify. For a listing to be eligible for Express US, PayPal is a required payment method. For Express Germany, Express format listings (Item.ListingType=Express) must include PayPal, but fixed-price and Store Inventory listings do not require PayPal as long as a default PayPal account is specified in the seller's Express preferences. See eBay Express information in the eBay Web Services Guide.
Payment methods are not applicable to eBay Real Estate ad format listings, Classified Ad format listings, or Half.com.
Note: At the end of April 2008, UK and Germany eBay Express will be shutdown. No users will be eligible to list on these sites. All users previously registered on UK and Germany Express will have their registered status revoked. Any Express only items listed on these sites will be ended and credited the full insertion fee to their sellers. Please refer to the respective Express sites for more information. For ReviseItem and RelistItem only: A listing must have at least one valid payment method. When you revise or relist an item and you specify a payment method that is invalid for the target site, eBay ignores the invalid payment method, applies the other valid changes, and returns a warning to indicate that the invalid payment method was ignored. If multiple payment methods were invalid, the warning indicates that they were all ignored. If you modify the listing so that it includes no valid payment methods, an error is returned. This situation could occur when the seller removes all valid payment methods or when all the payment methods specified for the item are no longer valid on the target site.
For GetProducts only: Only PayPal is returned in product search results.