Milstar Gateway Guide

close

Services and Compatibility

Payment Gateway Company Name:
Milstar
Services that work with Spreedly:
  • Milstar
Supported operations:
Purchase, Authorize, Capture, Refund, Void, Store
Spreedly 3DS2 Global Supported
No
Gateway Specific 3DS2 Supported
No
Populate MIT GSF Support
No
Regions:
North America
API endpoint URL:
https://stargate.aafes.com:4433/stargate/1/creditmessage

Authentication and Security

Specific names for credentials:
Identity Uuid

Onboarding Merchants in:

To add a Milstar gateway:


curl https://core.spreedly.com/v1/gateways.xml \
  -u 'C7cRfNJGODKh4Iu5Ox3PToKjniY:4UIuWybmdythfNGPqAqyQnYha6s451ri0fYAo4p3drZUi7q2Jf4b7HKg8etDtoKJ' \
  -H 'Content-Type: application/xml' \
  -d '<gateway>
        <gateway_type>milstar</gateway_type>
        <identity_uuid>Identity UUID</identity_uuid>
      </gateway>'

<gateway>
  <token>RmpZUl5mDhEyetovAvUWMK8d0Bk</token>
  <gateway_type>milstar</gateway_type>
  <name>Milstar</name>
  <description nil="true"/>
  <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_adjust type="boolean">false</supports_adjust>
    <supports_verify type="boolean">false</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_3dsecure_2_mpi_purchase type="boolean">false</supports_3dsecure_2_mpi_purchase>
    <supports_3dsecure_2_mpi_authorize type="boolean">false</supports_3dsecure_2_mpi_authorize>
    <supports_store type="boolean">true</supports_store>
    <supports_remove type="boolean">false</supports_remove>
    <supports_fraud_review type="boolean">false</supports_fraud_review>
  </characteristics>
  <credentials>
  </credentials>
  <gateway_settings>
  </gateway_settings>
  <gateway_specific_fields>
    <gateway_specific_field>plan_number</gateway_specific_field>
    <gateway_specific_field>transaction_id</gateway_specific_field>
    <gateway_specific_field>term_id</gateway_specific_field>
  </gateway_specific_fields>
  <payment_methods>
    <payment_method>third_party_token</payment_method>
  </payment_methods>
  <state>retained</state>
  <redacted type="boolean">false</redacted>
  <sandbox type="boolean">false</sandbox>
  <created_at type="dateTime">2020-08-11T17:40:52Z</created_at>
  <updated_at type="dateTime">2020-08-11T17:40:52Z</updated_at>
</gateway>


env = Spreedly::Environment.new('C7cRfNJGODKh4Iu5Ox3PToKjniY', '4UIuWybmdythfNGPqAqyQnYha6s451ri0fYAo4p3drZUi7q2Jf4b7HKg8etDtoKJ', base_url: 'https://core.spreedly.com')
env.add_gateway(:milstar, identity_uuid: "Identity UUID")


#<Spreedly::Gateway:0x00007fae851e1a50
@token="9F6B1s92EE5VW9XEwFwdqQvfLgB",
@created_at="2020-08-11T18:07:17Z",
@updated_at="2020-08-11T18:07:17Z",
@gateway_type="milstar",
@state="retained",
@name="Milstar",
@credentials={}>