Documentation You are here: start » gateways » payu

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
gateways:payu [2017/05/18 12:37] – [Obtaining a Test Account] adamgateways:payu [2022/06/20 17:29] – [PayU] adam
Line 1: Line 1:
 ---- dataentry gateway ---- ---- dataentry gateway ----
-type            : gateway         # do not change this line +type               : gateway # do not change this line 
- +name               : PayU #  
-# Add the full name of the gateway after the colon below. +countries          : PL, CZ #  
-name            : PayU +support-added      : 2.0.0  
- +support-removed     
-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       : PL, CZ +
- +
-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.0 +
-support-removed :  +
- +
-Features and Details+
 auth-net-emulation : no # enter "yes" or "no" (without quotes) auth-net-emulation : no # enter "yes" or "no" (without quotes)
-supports-3dsecure no # enter "yes" or "no" (without quotes)+supports-3dsecure yes # enter "yes" or "no" (without quotes) 
 +gateway_url        : http://payu.com/ #  
 +----
  
-# Gateway URL 
-gateway_url     : http://payu.com/ 
----- 
  
  
Line 27: Line 15:
 This integration works with PayU's Poland (PL) and Czechia (CZ) markets with alternative payment methods, but also supports credit cards for all EU and EEA countries. This integration works with PayU's Poland (PL) and Czechia (CZ) markets with alternative payment methods, but also supports credit cards for all EU and EEA countries.
  
 +<WRAP center round important 90%>
 +Subscriptions are not supported with Cybersource Magstripe Swiper 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>
 ===== Setting Up PayU for FoxyCart ===== ===== Setting Up PayU for FoxyCart =====
 First of all you should register here: [[https://www.payu.pl/en|PayU]]. If you have any questions about getting an account set up, please contact PayU for more information. First of all you should register here: [[https://www.payu.pl/en|PayU]]. If you have any questions about getting an account set up, please contact PayU for more information.
Line 57: Line 48:
  
  
 +==== Possible Action: Datafeed Handling ====
 +
 +At the time of the customer completing the transaction - we don't necessarily know whether the transaction was completed yet or not. We instead rely on a notification from the gateway after the checkout has been completed to confirm whether the transaction was approved or not. To handle this, transactions are initially marked as pending, and when we get a confirmation from the gateway on the result of the transaction, we update it accordingly. Each time the status changes, a datafeed will be sent to your endpoint if configured with the transaction details and the ''status'' node will be present.
  
 +The ''status'' node can contain one of three different values: ''pending'', ''approved'' or ''rejected''. Depending on the types of actions you're needing to perform at your datafeed endpoint, you need to make sure the appropriate status value is present first.
 ===== User Notes and Experiences ===== ===== User Notes and Experiences =====
 <wrap tip>If you have tips, experience, or helpful notes related to this gateway that would benefit others, please add them below, including your name and the date.</wrap> We reserve the right to edit or remove comments that don't add value to this page. <wrap tip>If you have tips, experience, or helpful notes related to this gateway that would benefit others, please add them below, including your name and the date.</wrap> We reserve the right to edit or remove comments that don't add value to this page.

Site Tools