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
gateways:amazon_fps [2013/06/07 03:18] – [Phone number requred] adamgateways:amazon_fps [2019/08/03 22:56] (current) – [Data entry] marija
Line 1: Line 1:
 ---- dataentry gateway ---- ---- dataentry gateway ----
-type            : gateway         # do not change this line +type                   : gateway # do not change this line 
- +name                   : Amazon FPS 
-# Add the full name of the gateway after the colon below+countries              : US 
-name            : Amazon FPS+support-added          : 1.1 
 +support-removed        : 2.0 
 +auth-net-emulation     : no # enter "yes" or "no" (without quotes) 
 +supports-3dsecure      : no # enter "yes" or "no" (without quotes) 
 +supports-multicurrency :  # enter "yes" or "no" (without quotes) 
 +gateway_url            : http://www.amazonservices.com/flexible-payments/benefits.htm 
 +----
  
-# 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       : US 
  
-# 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   : 1.1 
-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     : http://www.amazonservices.com/flexible-payments/benefits.htm 
----- 
  
  
Line 51: Line 41:
  
 ===== Important Notes and Caveats ===== ===== Important Notes and Caveats =====
- 
 ==== Action required: Phone number required ==== ==== Action required: Phone number required ====
  
-Current Amazon FPS requires that a phone number be submitted with the order, but by default the phone field on the checkout is optional. We plan to dynamically update this requirement out of the box, but in the meantime, if you are using this gateway you'll need to add some javascript to your checkout to make the phone field required. [[snippets:checkout:making_checkout_fields_required|See this page]] for details of how to do that.+Current Amazon FPS requires that a phone number be submitted with the order, but by default the phone field on the checkout is optional. We plan to dynamically update this requirement out of the box, but in the meantime, if you are using this gateway you'll need to add some javascript to your checkout to make the phone field required. [[:snippets:checkout:making_checkout_fields_required|See this page]] for details of how to do that
 + 
 +==== Action required: Custom flat rate shipping on checkout ==== 
 + 
 +If you are changing the shipping values on the checkout using flat rates, you'll need to hide the button from the cart using CSS. Amazon FPS has a restriction that once the customer has been authorized, the payment total can't be increased. By sending the customer to the checkout first, their final total can be correctly calculated. 
 + 
 +==== Possible Action: Datafeed Handling ==== 
 + 
 +An Amazon FPS transaction may not process instantly, so at the time we process the initial transaction, we don't know if it was approved or not. To handle this, transactions are initially marked as pending, and when we get a confirmation from Amazon 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.
 ===== 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