VisaNet Peru Gateway Guide

close

Services and Compatibility

Payment Gateway Company Name:
VisaNet Peru
Services that work with Spreedly:
  • VisaNet Peru
Supported operations:
Purchase, Authorize, Capture, Refund, Void, Verify
Supported payment types:
Credit Card
Spreedly 3DS2 Global Supported
No
Gateway Specific 3DS2 Supported
No
Populate MIT GSF Support
No
Regions:
South America
API endpoint URL:
https://api.vnforapps.com/api.tokenization/api/v2/merchant

Authentication and Security

Specific names for credentials:
Access Key Id, Merchant Id, Secret Access Key

Onboarding Merchants in:

Adding a VisaNet Peru gateway

To add a VisaNet Peru gateway:


curl https://core.spreedly.com/v1/gateways.xml \
  -u 'C7cRfNJGODKh4Iu5Ox3PToKjniY:4UIuWybmdythfNGPqAqyQnYha6s451ri0fYAo4p3drZUi7q2Jf4b7HKg8etDtoKJ' \
  -H 'Content-Type: application/xml' \
  -d '<gateway>
        <gateway_type>visanet_peru</gateway_type>
        <access_key_id>accesskey</access_key_id>
        <secret_access_key>secretaccesskey</secret_access_key>
        <merchant_id>merchantid</merchant_id>
  </gateway>'

<gateway>
  <token>UexnJygFbRcAOVQ9ppZFO3AQerS</token>
  <gateway_type>visanet_peru</gateway_type>
  <name>VisaNet Peru</name>
  <description nil="true"/>
  <access_key_id>accesskey</access_key_id>
  <merchant_id>merchantid</merchant_id>
  <characteristics>
    <supports_purchase type="boolean">true</supports_purchase>
    <supports_authorize type="boolean">true</supports_authorize>
    <supports_capture type="boolean">true</supports_capture>
    <supports_credit type="boolean">true</supports_credit>
    <supports_general_credit type="boolean">false</supports_general_credit>
    <supports_void type="boolean">true</supports_void>
    <supports_verify type="boolean">true</supports_verify>
    <supports_reference_purchase type="boolean">false</supports_reference_purchase>
    <supports_purchase_via_preauthorization type="boolean">false</supports_purchase_via_preauthorization>
    <supports_offsite_purchase type="boolean">false</supports_offsite_purchase>
    <supports_offsite_authorize type="boolean">false</supports_offsite_authorize>
    <supports_3dsecure_purchase type="boolean">false</supports_3dsecure_purchase>
    <supports_3dsecure_authorize type="boolean">false</supports_3dsecure_authorize>
    <supports_store type="boolean">false</supports_store>
    <supports_remove type="boolean">false</supports_remove>
    <supports_fraud_review type="boolean">false</supports_fraud_review>
    <supports_disburse type="boolean">false</supports_disburse>
  </characteristics>
  <credentials>
    <credential>
      <name>access_key_id</name>
      <value>accesskey</value>
    </credential>
    <credential>
      <name>merchant_id</name>
      <value>merchantid</value>
    </credential>
  </credentials>
  <gateway_specific_fields>
    <gateway_specific_field>device_fingerprint_id</gateway_specific_field>
    <gateway_specific_field>merchant_defined_data</gateway_specific_field>
    <gateway_specific_field>ruc</gateway_specific_field>
  </gateway_specific_fields>
  <payment_methods>
    <payment_method>credit_card</payment_method>
  </payment_methods>
  <state>retained</state>
  <redacted type="boolean">false</redacted>
  <created_at type="dateTime">2018-06-26T18:40:04Z</created_at>
  <updated_at type="dateTime">2018-06-26T18:40:04Z</updated_at>
</gateway>

Gateway specific fields

Spreedly supports the following gateway specific fields when transacting with VisaNet Peru:

  • device_fingerprint_id
  • merchant_defined_data
  • ruc

ruc must be passed when attempting to refund a transaction that has not yet been deposited. See VisaNet Peru documentation for more information.


curl https://core.spreedly.com/v1/transactions/KS3oZgWXCfFeirK16anYbijLxR/credit.xml \
  -u 'C7cRfNJGODKh4Iu5Ox3PToKjniY:4UIuWybmdythfNGPqAqyQnYha6s451ri0fYAo4p3drZUi7q2Jf4b7HKg8etDtoKJ' \
  -H 'Content-Type: application/xml' \
  -d '<transaction>
        <gateway_specific_fields>
          <visanet_peru>
            <device_fingerprint_id>abc1234</device_fingerprint_id>
            <merchant_defined_data>
              <field3>movil</field3>
              <field91>123456</field91>
              <field92>Merchant</field92>
            </merchant_defined_data>
            <ruc>234353523</ruc>
          </visanet_peru>
        </gateway_specific_fields>
      </transaction>'

<transaction>
  <on_test_gateway type="boolean">true</on_test_gateway>
  <created_at type="dateTime">2018-06-26T18:43:55Z</created_at>
  <updated_at type="dateTime">2018-06-26T18:43:55Z</updated_at>
  <succeeded type="boolean">true</succeeded>
  <state>succeeded</state>
  <token>LWEtGPuEzd6dzHLb7QUbkPEAK7d</token>
  <transaction_type>Credit</transaction_type>
  <order_id nil="true"/>
  <ip nil="true"/>
  <description nil="true"/>
  <email nil="true"/>
  <merchant_name_descriptor nil="true"/>
  <merchant_location_descriptor nil="true"/>
  <gateway_specific_fields>
    <visanet_peru>
      <device_fingerprint_id>abc1234</device_fingerprint_id>
      <merchant_defined_data>
        <field3>movil</field3>
        <field91>123456</field91>
        <field92>Merchant</field92>
      </merchant_defined_data>
      <ruc>234353523</ruc>
    </visanet_peru>
  </gateway_specific_fields>
  <gateway_specific_response_fields>
  </gateway_specific_response_fields>
  <gateway_transaction_id>50</gateway_transaction_id>
  <gateway_latency_ms type="integer">0</gateway_latency_ms>
  <amount type="integer">100</amount>
  <currency_code>USD</currency_code>
  <message key="messages.transaction_succeeded">Succeeded!</message>
  <gateway_token>T11bJAANtTWnxl36GYjKWvbNK0g</gateway_token>
  <gateway_type>test</gateway_type>
  <shipping_address>
    <name nil="true"/>
    <address1 nil="true"/>
    <address2 nil="true"/>
    <city nil="true"/>
    <state nil="true"/>
    <zip nil="true"/>
    <country nil="true"/>
    <phone_number nil="true"/>
  </shipping_address>
  <response>
    <success type="boolean">true</success>
    <message>Successful credit</message>
    <avs_code nil="true"/>
    <avs_message nil="true"/>
    <cvv_code nil="true"/>
    <cvv_message nil="true"/>
    <pending type="boolean">false</pending>
    <result_unknown type="boolean">false</result_unknown>
    <error_code></error_code>
    <error_detail nil="true"/>
    <cancelled type="boolean">false</cancelled>
    <fraud_review nil="true"/>
    <created_at type="dateTime">2018-06-26T18:43:55Z</created_at>
    <updated_at type="dateTime">2018-06-26T18:43:55Z</updated_at>
  </response>
  <api_urls>
  </api_urls>
  <reference_token>2dDYHjSqFK7do5L0nxpxYfk4l5R</reference_token>
</transaction>

Please refer to using a payment method for more information on how to send GSFs

Gateway specific response fields

A response from VisaNet Peru gateway may contain id_unico, numorden, cod_autoriza (authorization code) and purchase_number fields, which you can find within the gateway_specific_response_fields. For example, a transaction could look something like this:

<transaction>
  <token>LgpTNGjsWQs9DwdxcbreUVz0R8p</token>
  <transaction_type>Purchase</transaction_type>
  <gateway_specific_response_fields>
     <visanet_peru>
       <id_unico>abc123</id_unico>
       <numorden>abc123</numorden>
       <cod_autoriza>abc123</cod_autoriza>
       <purchase_number>12345</purchase_number>
     </visanet_peru>
  </gateway_specific_response_fields>
</transaction>