Skip to content

Examples to use when making Payment API requests to the CYBS Simple Order API - SOAP Toolkit.

Notifications You must be signed in to change notification settings

geowulf/SOAP-Examples

Repository files navigation

SOAP-TOOLKIT Payment Request Examples

A repository of examples of XML payment & token requests used in the Payment Gateway (WF/CyberSource).

Explanation of Variables

These can be used as/within POSTMAN requests, but you must add the variables (enclosed in the {{ }} placeholders).

SOAP Envelope Security Header

  <wsse:Username>{{MerchantID}}</wsse:Username>
  <wsse:Password Type="http://docs.oasis-open.org/wss/.../..#PasswordText">{{TransactionSecurityKey}}</wsse:Password>
Parameter Type Description
{{MerchantID}} string Required. The name of your Gateway (wfg_ )
{{TransactionSecurityKey}} string Required. The type of key used for SOAP messages

SOAP BODY Message

      <requestMessage xmlns="urn:schemas-cybersource-com:transaction-data-{{Version}}">
       <merchantID>{{MerchantID}}</merchantID>
      <merchantReferenceCode>{{MerchantReferenceCode}}</merchantReferenceCode>
Parameter Type Description
{{Version}} string Required. Choose the newest or at least the one that supports your gateway features
{{MerchantID}} string Required. Use the same merchant Id of your gateway
{{MerchantReferenceCode}} string Recommended. The Gateway will generate but it is recommended that the merchant generate

Documentation

Documentation (.pdf)

About

Examples to use when making Payment API requests to the CYBS Simple Order API - SOAP Toolkit.

Topics

Resources

Stars

Watchers

Forks