Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
gateways:epayments [2018/11/01 22:08] – created foxybrettgateways:epayments [2022/06/20 17:31] (current) – [Setting Up ePayments for FoxyCart] adam
Line 1: Line 1:
 ---- dataentry gateway ---- ---- dataentry gateway ----
-type            : gateway         # do not change this line+type               : gateway # do not change this line 
 +name               : ePayments 
 +countries          : at, be, bg, cy, cz, dk, ee, fi, fr, de, gr, hu, ie, it, lv, lt, lu, mt, nl, pl, pt, ro, sk, si, es, se, gb, eu 
 +support-added      : 2.0 
 +support-removed    :  
 +auth-net-emulation : no # enter "yes" or "no" (without quotes) 
 +supports-3dsecure  : yes # enter "yes" or "no" (without quotes) 
 +gateway_url        : https://www.epayments.com/ 
 +----
  
-# Add the full name of the gateway after the colon below. 
-name            : ePayments 
  
-# Supported Countries. Please use 2-character ISO Country Codes available at 
-# http://www.iso.org/iso/english_country_names_and_code_elements 
-# Separate multiple country codes by commas. 
-countries       : uk 
- 
-# Enter the FoxyCart versions where support was added or removed (if applicable). 
-# Version numbers should include applicable decimals, such as "0.7.0" and not "070" 
-support-added   : 2.0 
-support-removed :  
- 
-# Features and Details 
-auth-net-emulation : no # enter "yes" or "no" (without quotes) 
-supports-3dsecure  : no # enter "yes" or "no" (without quotes) 
- 
-# Gateway URL 
-gateway_url     : https://www.epayments.com/ 
----- 
  
  
Line 27: Line 16:
 ===== Setting Up ePayments for FoxyCart ===== ===== Setting Up ePayments for FoxyCart =====
  
-<wrap todo>Details coming soon.</wrap>+For creating an account please visit the [[https://www.epayments.com|ePayments website]].
  
 +Once created, one of the main settings for your account is for **CallbackUrl**, this value should be ''https://yourdomain.foxycart.com/ipn.php'', where ''yourdomain.foxycart.com'' is your own FoxyCart store subdomain. If you're using a remote store domain like ''store.example.com'' then the callback would be ''https://store.example.com/ipn.php''.
 +
 +<WRAP center round important 90%>
 +Subscriptions are not supported with ePayments.com at this time. If you intend to sell subscriptions with your FoxyCart store, you will also need to make use of another payment gateway that does.
 +</WRAP>
 ===== Testing ===== ===== Testing =====
 ==== Obtaining a Test Account ==== ==== Obtaining a Test Account ====
Line 34: Line 28:
  
 ==== Test Card Numbers ==== ==== Test Card Numbers ====
-Contact epayments for info. <wrap help>Know more? Feel free to edit this page with info.</wrap>+  * **Successful** 
 +    * Number: 4314220000000049 
 +    * Expiry date: 01/22 
 +    * CVC: 589  
 +    * Card does not support 3D Secure 
 +  * **Declined by bank** 
 +    * Number: 5142905574265797 
 +    * Expiry date: 01/20 
 +    * CVC: 221  
 +    * Card does not support 3D Secure 
 +  * **Declined by transfer provider** 
 +    * Number: 2200774546102058 
 +    * Expiry date: 04/21 
 +    * CVC: 986  
 +    * Card does not support 3D Secure 
 + 
 + <wrap help>Know more? Feel free to edit this page with info.</wrap>
  
  

Site Tools