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:cybersource_sa_web [2015/08/04 09:49] adamgateways:cybersource_sa_web [2019/08/04 00:00] (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               : CyberSource Secure Acceptance Web/Mobile  +name                   : CyberSource Secure Acceptance Web/Mobile 
-countries           #  +countries              :  
-support-added      : 1.1  +support-added          : 1.1 
-support-removed     #  +support-removed        :  
-auth-net-emulation : no # enter "yes" or "no" (without quotes) +auth-net-emulation     : no # enter "yes" or "no" (without quotes) 
-supports-3dsecure   # enter "yes" or "no" (without quotes) +supports-3dsecure      yes # enter "yes" or "no" (without quotes) 
-supports-multicurrency  : yes # enter "yes" or "no" (without quotes) +supports-multicurrency : yes # enter "yes" or "no" (without quotes) 
-gateway_url        : http://www.cybersource.com/products/payment_security/secure_acceptance_web_mobile/ +gateway_url            : http://www.cybersource.com/products/payment_security/secure_acceptance_web_mobile/
 ---- ----
 +
  
  
  
 ====== CyberSource Secure Acceptance Web/Mobile ====== ====== CyberSource Secure Acceptance Web/Mobile ======
 +<WRAP center round important 90%>
 +Subscriptions are not supported with CyberSource SA Web/Mobile at this time. If you intend to sell subscriptions with your FoxyCart store, you will need to make use of another payment gateway.
 +</WRAP>
 ===== Setting Up CyberSource Secure Acceptance Web/Mobile for FoxyCart ===== ===== Setting Up CyberSource Secure Acceptance Web/Mobile for FoxyCart =====
  
Line 25: Line 29:
   - From within your profile, copy the **Profile ID** found towards the top of the page into the **Profile ID** field in FoxyCart administration payment settings section.\\ {{ :gateways:cybersource-profile.png?direct&300 |}}   - From within your profile, copy the **Profile ID** found towards the top of the page into the **Profile ID** field in FoxyCart administration payment settings section.\\ {{ :gateways:cybersource-profile.png?direct&300 |}}
   - Go to the **Payment Settings** section and select the card types and currencies you need.\\ {{ :gateways:cybersource-payment-settings.png?direct&300 |}}   - Go to the **Payment Settings** section and select the card types and currencies you need.\\ {{ :gateways:cybersource-payment-settings.png?direct&300 |}}
-  -  Go to the **Notifications** settings and set the **Merchant Post URL** to be ''https://YOUR-STORE.foxycart.com/ipn.php'' - changing it to match your own FoxyCart store domain. For example, if your FoxyCart store domain was ''example.foxycart.com'', you would set the Merchant Post URL to be ''https://example.foxycart.com/ipn.php''. \\ {{ :gateways:cybersource-notifications.png?direct&300 |}} \\ If you're letting FoxyCart send your receipts for you, you'll also want to ensure the "Email Receipt To Customer" checkbox is unchecked.+  -  Go to the **Notifications** settings and set the **Merchant Post URL** to be ''https://YOUR-FOXYCART-STORE-DOMAIN/ipn.php'' - changing it to match your own FoxyCart store domain. For example, if your FoxyCart store domain was ''example.foxycart.com'', you would set the Merchant Post URL to be ''https://example.foxycart.com/ipn.php''. If it was a custom subdomain like ''secure.example.com'' the URL would be ''https://secure.example.com/ipn.php''. \\ {{ :gateways:cybersource-notifications.png?direct&300 |}} \\ If you're letting FoxyCart send your receipts for you, you'll also want to ensure the "Email Receipt To Customer" checkbox is unchecked.
   - In the **Security** section, create a new key. If you already have an existing key, open it and proceed to the next step.\\ {{ :gateways:cybersource-create-new-key.png?direct&300 |}}   - In the **Security** section, create a new key. If you already have an existing key, open it and proceed to the next step.\\ {{ :gateways:cybersource-create-new-key.png?direct&300 |}}
   - Looking at your key, copy the **Access Key** and **Secret Key** into the matching fields within the payments section of the FoxyCart administration.\\ {{ :gateways:cybersource-key-created.png?direct&300 |}}   - Looking at your key, copy the **Access Key** and **Secret Key** into the matching fields within the payments section of the FoxyCart administration.\\ {{ :gateways:cybersource-key-created.png?direct&300 |}}
Line 55: Line 59:
 ===== Important Notes and Caveats ===== ===== Important Notes and Caveats =====
  
 +==== 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