eway - another payment gateway

35
Eway Presenter: Supriti Panda, Mindfire Solutions Date: 25/06/2014

Upload: mindfire-solutions

Post on 10-May-2015

490 views

Category:

Software


5 download

DESCRIPTION

eWAY is an online payment gateway. It’s used by about 13,000+ businesses to process credit card payments. It's supported by more than 200 shopping cart platforms and 23 banks in the United Kingdom, Australia and New Zealand. Any one working in E-commerce development can check this out.

TRANSCRIPT

Page 1: Eway - Another Payment Gateway

Eway

Presenter: Supriti Panda, Mindfire SolutionsDate: 25/06/2014

Page 2: Eway - Another Payment Gateway

About Me

Skills

Certifications

Connect me

PHP, Codeigniter, Zend Framework, Magento, Wordpress, Javascript, Jquery, CSS3, Mysql, SOAP, REST

Contact me

ZEND PHP5.3

Magento Certified Developer - M70-101

LinkedIn : http://www.linkedin.com/in/supritipandaTwitter : https://twitter.com/supritipFacebook : https://www.facebook.com/supritipp

Email : [email protected] / [email protected] : mfsi_supritip

Presenter: Supriti Panda, Mindfire Solutions

Page 3: Eway - Another Payment Gateway

AGENDA

→ What is Eway

→ Who are using Eway

→ Benefits of using Eway

→ APIS

→ Rapid 3.1

→ Services

→ Reporting

Presenter: Supriti Panda, Mindfire Solutions

Page 4: Eway - Another Payment Gateway

Eway

→ A popular payment gateway used by Businesses of Australia, New Zealand and United Kingdom.

→ 30-day money-back guarantee

→ Trusted by 15,000+ organisations

→ Expert global 24/7 support

→ Supports all major banks and carts

→ PCI-DSS Certified

Presenter: Supriti Panda, Mindfire Solutions

Page 5: Eway - Another Payment Gateway

Eway

→ Go global with multicurrency payments

→ Easy online setup so you can go live quicker

→ Payment products tailored to your needs

→ Flexible reports to track your success

Presenter: Supriti Panda, Mindfire Solutions

Page 6: Eway - Another Payment Gateway

Eway Clients

Presenter: Supriti Panda, Mindfire Solutions

Page 7: Eway - Another Payment Gateway

Benefits of using Eway

→ Fast, instant processing and quick payments

→ 24/7/365 support

→ Straightforward / easy to use

→ Easy to set up

→ Recurring payments are a breeze

→ No merchant account? No worries!

→ Tools to help you sell more

→ Payment processed directly on your website

Presenter: Supriti Panda, Mindfire Solutions

Page 8: Eway - Another Payment Gateway

Benefits of using Eway

→ Easy, comprehensive reports

→ Activate Beagle Fraud Alerts

→ Links to all major banks

→ Thorough and clear documentation

→ Straightforward API

→ Token payment service

→ Multiple-language compatibility

→ Full sandbox support

Presenter: Supriti Panda, Mindfire Solutions

Page 9: Eway - Another Payment Gateway

APIS

→ Rapid 3.1

→ Direct Payments

→ Token Payments

→ Recurring Payments

→ Beagle Fraud Alerts Enterprise

→ Beagle Lite

→ 3-D Secure – Simple payment authorisation

→ Refunds

Presenter: Supriti Panda, Mindfire Solutions

Page 10: Eway - Another Payment Gateway

Eway APIS

→ Stored Payments

→ PreAuth

→ 24-hour Query Service

Presenter: Supriti Panda, Mindfire Solutions

Page 11: Eway - Another Payment Gateway

Rapid 3.1

→ Responsive Hosted Payments - create custom payment pages based on responsive design principles to ensure customers on various devices are presented with a seamless checkout experience.

→ Refund Capability - save time implementing one API instead of two, refunds can be processed within your own application system.

→ Transaction types - support for Purchase or Recurring transaction types to allow for transactions where the CVN or 3-D Secure password may not be entered.

Presenter: Supriti Panda, Mindfire Solutions

Page 12: Eway - Another Payment Gateway

Rapid 3.1

→ Beagle Verify - send a phone, SMS or email alert to your customer at checkout to verify their identity.

→ Direct Connection - merchants with a certified PCI-DSS compliant environment can request access to a server-side connection to the eWAY payment platform.

Presenter: Supriti Panda, Mindfire Solutions

Page 13: Eway - Another Payment Gateway

Rapid 3.1

Presenter: Supriti Panda, Mindfire Solutions

Page 14: Eway - Another Payment Gateway

Direct Payments

Direct Payments allows merchants to host their own payment pages, taking credit card payments without ever redirecting customers away from their domain.

This can reassure customers and increase conversion rates.

The gateway URL is : https://www.eway.com.au/gateway_cvn/xmlpayment.asp

Presenter: Supriti Panda, Mindfire Solutions

Page 15: Eway - Another Payment Gateway

Direct Payments(Sample Request XML)<ewaygateway> <ewayCustomerID> 87654321 </ewayCustomerID> <ewayTotalAmount> 10 </ewayTotalAmount> <ewayCustomerFirstName> Jackie </ewayCustomerFirstName> <ewayCustomerLastName> Chan </ewayCustomerLastName> <ewayCustomerEmail> [email protected] </ewayCustomerEmail>

<ewayCustomerAddress> 123 Sesame St </ewayCustomerAddress> <ewayCustomerPostcode> 2345 </ewayCustomerPostcode> <ewayCustomerInvoiceDescription> Red socks </ewayCustomerInvoiceDescription>

<ewayCustomerInvoiceRef> 0123 - abc </ewayCustomerInvoiceRef> <ewayCardHoldersName> Jackie Chan </ewayCardHoldersName> <ewayCardNumber> 1111222233334444 </ewayCardNumber> <ewayCardExpiryMonth> 04 </ewayCardExpiryMonth> <ewayCardExpiryYear> 09 </ewayCardExpiryYear> <ewayTrxnNumber> 987654321 </ewayTrxnNumber> <ewayOption1></ewayOption1> <ewayOption2></ewayOption2> <ewayOption3></ewayOption3> <ewayCVN> 123 </ewayCVN> </ewaygateway>

Presenter: Supriti Panda, Mindfire Solutions

Page 16: Eway - Another Payment Gateway

Direct Payments(Sample Response XML)<ewayresponse> <ewayTrxnStatus>True</ewayTrxnStatus> <ewayTrxnNumber>1010094</ewayTrxnNumber>

<ewayTrxnReference>987654321</ewayTrxnReference> <ewayTrxnOption1/> <ewayTrxnOption2/> <ewayTrxnOption3/> <ewayAuthCode>123456</ewayAuthCode> <ewayReturnAmount>10</ewayReturnAmount> <ewayTrxnError>00,Transaction Approved</ewayTrxnError> </ewayresponse>

Presenter: Supriti Panda, Mindfire Solutions

Page 17: Eway - Another Payment Gateway

SOAP Header

<soap:Header>

<eWAYHeader xmlns="https://www.eway.com.au/gateway/managedpayment">

<eWAYCustomerID>string</eWAYCustomerID>

<Username>string</Username>

<Password>string</Password>

</eWAYHeader>

</soap:Header>

Presenter: Supriti Panda, Mindfire Solutions

Page 18: Eway - Another Payment Gateway

Token Payments

Token Payments allows you to save the details of your customers and bill them whenever they make new purchases.

Available methods:1. CreateCustomer – save a cardholder's details and, optionally, process a transaction

2. UpdateCustomer – overwrite the billing details of a saved cardholder

3. QueryCustomer – send a customer's ID to the gateway and receive their details

Presenter: Supriti Panda, Mindfire Solutions

Page 19: Eway - Another Payment Gateway

Token Payments

Available methods:4. ProcessPayment – charge one of the credit cards saved by eWAY

5. ProcessPaymentWithCVN – charge one of the saved credit cards with a Card Verification Number for enhanced security

6. QueryPayment – check the status of a previous transaction

7. ProcessPaymentWithBeagle – check the customer's IP address for security purposes

8. QueryCustomerByReference – send a transaction number to the gateway and receive the details of the transaction

Presenter: Supriti Panda, Mindfire Solutions

Page 20: Eway - Another Payment Gateway

Recurring Payments

Recurring Payments is ideal for subscriptions or installments, allowing you to automatically charge customers on a daily, weekly, fortnightly or monthly basis.

Presenter: Supriti Panda, Mindfire Solutions

Page 21: Eway - Another Payment Gateway

Beagle Fraud Alerts Enterprise

Beagle Fraud Alerts Enterprise is an enterprise-level alerting system which utilises ReD's world-leading fraud prevention engine to provide superior protection for your business.

Presenter: Supriti Panda, Mindfire Solutions

Page 22: Eway - Another Payment Gateway

Beagle Lite

Beagle Lite uses GEO-IP rules to block or flag potential fraudulent transactions. Rules are declared within MYeWAY and notifications are sent via e-mail for any transactions that do not pass the Anti-Fraud rules.

Presenter: Supriti Panda, Mindfire Solutions

Page 23: Eway - Another Payment Gateway

Beagle (free) rules

Presenter: Supriti Panda, Mindfire Solutions

Page 24: Eway - Another Payment Gateway

3-D Secure – Simple payment authorisation

3-D Secure provides an additional security measure for customers and merchants. Customers with 3-D Secure activated on their credit card will be redirected via HTML FORM POST to a webpage hosted by their bank and asked to enter a PIN, verifying their identity.

Presenter: Supriti Panda, Mindfire Solutions

Page 25: Eway - Another Payment Gateway

Refunds

You can refund transactions without logging into eWAY – refunds can be processed within your own application or system. Simply pass the original transaction ID or reference number to the refund gateway via XML along with the amount to be refunded.

Presenter: Supriti Panda, Mindfire Solutions

Page 26: Eway - Another Payment Gateway

Stored Payments

Stored Payments allows eWAY to store a transaction without processing it until the merchant gives approval via MYeWAY. This can be useful for merchants who are drop-shipping or selling made-to-order goods.

Presenter: Supriti Panda, Mindfire Solutions

Page 27: Eway - Another Payment Gateway

PreAuth

eWAY's PreAuth solution allows merchants to reserve funds on a customer's credit card without charging it. They can then login to MYeWAY and confirm the transaction at their convenience. This service is perfect for merchants whose prices are dependent on variable costs.

Presenter: Supriti Panda, Mindfire Solutions

Page 28: Eway - Another Payment Gateway

24-hour Query Service

eWAY's Query Service allows you to check the status of any transaction directly through your shopping cart, provided that it was processed within the last 24 hours.

Available methodsTransaction24HourReportByInvoiceReference – Used to search for transactions that occurred with a specific invoice reference within the last 24 hours.

Transaction24HourReportByInvoiceID – Used to search for transactions that occurred with a specific invoice transaction ID within the last 24 hours.

Presenter: Supriti Panda, Mindfire Solutions

Page 29: Eway - Another Payment Gateway

Batch Payments

If you have lots of cards to process, you don’t have to enter them individually. With Batch Payments, you can upload the card numbers as a CSV or Excel document, and they will all be processed automatically.

Presenter: Supriti Panda, Mindfire Solutions

Page 30: Eway - Another Payment Gateway

IVR - Interactive Voice Response

With eWAY’s IVR system, you can let your customers pay over the phone and process their transactions in seconds. IVR is short for Interactive Voice Response, which refers to an automated system that customers can use to send or receive information. You’ll have used IVR technology countless times, such as when you call a mobile phone or electricity provider and are asked to respond to questions by entering numbers on your keypad.

Presenter: Supriti Panda, Mindfire Solutions

Page 31: Eway - Another Payment Gateway

Reporting

→ Track your online payments

→ Know your customers

→ Locate your sales

→ Refine your data

→ Automate your systems

→ Export it in PDF or CSV

→ Manage and pay invoices

→ Additional user accounts

Presenter: Supriti Panda, Mindfire Solutions

Page 32: Eway - Another Payment Gateway

Question and Answer

Presenter: Supriti Panda, Mindfire Solutions

Page 33: Eway - Another Payment Gateway

Thank you

Presenter: Supriti Panda, Mindfire Solutions

Page 34: Eway - Another Payment Gateway

References

http://www.eway.com.au/developers/api/overview

https://www.eway.com.au/docs/api-documentation/token-payments-field-description.pdf?sfvrsn=2

http://www.eway.com.au/docs/api-documentation/rapid-3-0-documentation-au.pdf

http://www.eway.com.au/shared-demo/default.aspx

http://api-portal.anypoint.mulesoft.com/eway/api/eway-rapid-31-api?ref=apihub

http://www.eway.com.au/how-it-works/free-webinars

https://www.eway.com.au/pricing/popular-plans

Page 35: Eway - Another Payment Gateway

www.mindfiresolutions.com

https://www.facebook.com/MindfireSolutions

http://www.linkedin.com/company/mindfire-solutions

http://twitter.com/mindfires