Skip Navigation LinkseWAY Home » Support » Developer » Auction Master

Auction Master

As an eBay™ seller you can accept credit card payments processed in real-time via the eWAY payment gateway. This section will explain how to add eWAY "Pay Now" button to the item description of any goods you are selling through ebay™ and remove ebay™ "Pay Now" button.

Requirements

  • Setup an eBay™ seller account at www.ebay.com.au
  • Setup an Internet Merchant Facility with any major Australian bank
  • Setup an eWAY account - Join eWAY Online
  • Generate your Auction Master Token via the eWAY admin area
  • Update ALL your eBay™ item(s) listed with the Auction Master "Pay Now" Button - FREE code provided
Note: eWAY does NOT currently support Dutch Auctions through eBay™.

eWAY Pay Now Button

eWAY's Auction Master requires that you modify each ebay™ item description to add the Auction Master "Pay Now" Button. This is as simple as copying the code below and pasting it into the item description, when you enter the products you are selling.

Note: You need to modify the "ENTER YOUR ITEM DESCRIPTION HERE" between the "start" and "end" tags with the description of your item that you would usually display. Do NOT modify any other code.

This will add a "Pay Now" button to your item description, which, upon completion of the auction, will allow the winning bidder to pay for the item immediately, using the eWAY Payment Gateway. Please be aware that the "Pay Now" button may not show in the item preview, but will show when the item is live.

<p>
  
<!
--Start -->

    ENTER YOUR ITEM DESCRIPTION HERE
  
<!
-- End -->

</p>

<p>Click the eWAY Logo below to make your payment through <b>eWAY</b></p>

<script type="text/javascript" language="javascript">
  document.write(
'<a href=https:
//www.eway.com.au/gateway/ebay/Payment.aspx?id=' +
  document.forms[1].elements[
'item'].value + 'target=_blank><img src=http:
//www.eway.com.au/images/payeWAY.gif></a>');
</script>