Giter Club home page Giter Club logo

recurring-csharp-example's People

Contributors

millerbean avatar

Watchers

 avatar  avatar  avatar  avatar

recurring-csharp-example's Issues

Not updated with the newest service reference?

Hey, wanted to ask if this git example is still usable?
I am currently stuggling with step 3 of http://tech.epay.dk/da/recurring
I tried to add the service reference from https://ssl.ditonlinebetalingssystem.dk/remote/subscription.asmx
but the end points/functions are not as described as here: http://tech.epay.dk/da/recurring.

When ever I try to call authorize, the reference tells me that I have to send all of the parameters.

I can not really see in the code how you do it:

The way I do is:
authorizeRequestBody authBody = new authorizeRequestBody();

authBody.merchantnumber = 8022565;
authBody.subscriptionid = 123;
authBody.orderid = "123";
authBody.amount = 123;
authBody.currency = 208; //= DKK
authBody.instantcapture = 0;

SubscriptionSoapClient soap = newSubscriptionSoapClient("SubscriptionSoap");

bool authored = soap.authorize(authBody.merchantnumber, authBody.subscriptionid, authBody.orderid, authBody.amount, authBody.currency, authBody.instantcapture, authBody.group, authBody.description, authBody.email, authBody.sms, authBody.ipaddress, authBody.pwd, authBody.textonstatement, authBody.customerkey, ref authBody.fraud, ref authBody.transactionid, ref authBody.pbsresponse, ref authBody.epayresponse);

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.