Find the answer to your question
Advanced Search
What eBay payment methods equate to 'Bank Deposit" and "Bank Deposit Express" in Australia?
The PaymentMethods element is a repeatable element (array) in the Item container.
This means more than one payment method can be indicated for an item.
Simply put all of the payment methods available for an item together in the Item container of the AddItem call.
For example, here is an AddItem call that offers four payment methods for the item being listed:
<?xml version="1.0" encoding="utf-8"?>
<AddItemRequest xmlns="urn:ebay:apis:eBLBaseComponents">
<Version>1267</Version>
<ErrorLanguage>en_US</ErrorLanguage>
<WarningLevel>High</WarningLevel>
<Item>
...
<PaymentMethods>MoneyXferAccepted</PaymentMethods>
<PaymentMethods>MoneyXferAcceptedInCheckout</PaymentMethods>
<PaymentMethods>VisaMC</PaymentMethods>
<PaymentMethods>PayPal</PaymentMethods>
<PayPalEmailAddress>mypaypalemail@ebay.com</PayPalEmailAddress>
...
</Item>
<RequesterCredentials>
<eBayAuthToken>AuthToken</eBayAuthToken>
</RequesterCredentials>
<AddItemRequest>
Additional Resources
How well did this answer your question?
Answers others found helpful
- PaymentMethods must be contiguous within the XML for AddItem, RelistItem, and ReviseItem
- Need to add 'Bank deposit' as payment method for some eBay sites
- Error 5133 - ReviseItem returns Deposit error for Motor Items
- Removing PaymentMethods and ShipToLocations
- Error 2191086 - Sorry, you must accept at least one valid safe payment method