{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PaymentMethod", "title": "PaymentMethod", "type": "object", "properties": { "brands": { "type": "array", "description": "Note: This array is no longer applicable and should not be used. eBay now controls all electronic payment methods available for a marketplace, and a seller never has to specify any electronic payment methods, including any credit card brands accepted. ", "items": { "type": "string", "description": " For implementation help, refer to eBay API documentation" } }, "paymentMethodType": { "type": "string", "description": "eBay now controls all electronic payment methods available for a marketplace, so only offline payment method enum values may be used in this field, and offline payment methods will only be applicable to listings that require or support offline payments. See the PaymentMethodTypeEnum type for supported offline payment method enum values.
For implementation help, refer to eBay API documentation" }, "recipientAccountReference": { "description": "Note: This container is no longer applicable and should not be used. eBay now controls all electronic payment methods available for a marketplace, and a seller never has to specify any electronic payment methods, including PayPal. ", "$ref": "#/components/schemas/RecipientAccountReference" } }, "description": "This type is used by the paymentMethods container, which is used by the seller to specify one or more offline payment methods.