eBay Trading APIVersion 1349
 

BuyerPaymentMethodCodeType ( token )

This enumerated type defines different payment methods that can be used by buyers to pay sellers for purchases. Supported payment methods vary by eBay marketplace, by eBay Category, and even by listing format. If a seller is listing, revising, or relisting an item with a Trading API call, the seller should use one of the following metadata calls to see which payment methods are supported at the site and category level:


Note: As eBay now controls all of the online payment methods available to buyers, sellers will only specify offline payment methods for listings that require/support offline payment.

Types that use BuyerPaymentMethodCodeType:

Calls that use one or more values of BuyerPaymentMethodCodeType:

Enumeration Values

Value Description
CashOnPickup This enumeration value indicates that cash on pickup is accepted for payment. This value is only applicable for offline payments.
CustomCode Reserved for internal or future use.
MOCC This enumeration value indicates that a money order or cashiers check is accepted for payment. This value is only applicable for offline payments and is not supported on all marketplaces.
PersonalCheck This enumeration value indicates that a personal check is accepted for payment. This value is only applicable for offline payments and is not supported on all marketplaces.
  * See the Enumeration Index to see exact use of each enumeration value in the API.