GithubHelp home page GithubHelp logo

geowulf / soap-examples Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 17 KB

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

xml payment-gateway credit-card echeck ach-payments

soap-examples's Introduction

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)

soap-examples's People

Contributors

geowulf avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.