cancel
Showing results for 
Search instead for 
Did you mean: 
NaquinSonarikh
Member
since ‎09-11-2022
‎12-16-2022

Your latest statistics

  • 2 Replies
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

To do a request with CyberSource service you have to append .p12 certificate in request.Classic way of appending(CyberSource SDK): req.ClientCertificates.Add(new X509Certificate2(@"D:\cert\cert.p12", "password1"));This works perfectly on local or ded...
Trying to get my head around how CyberSource works..In CyberSource, the Secure Acceptance Flexible Token API can be used to tokenize a credit card on client-side for processing for future processing.That part is easy enough. There's plenty of documen...
What is the best approach to implementing authorisation/authentication for a Windows Forms app talking to an IIS-hosted RESTful WCF Service?The reason I ask is I am very confused, after sifting through different articles and posts expressing a differ...
I am trying to understand the best way to do this and I am new to Square development. I have a customer who has the Square chip card reader device on their cell phone and they are taking credit cards today. They also have a website which is using a o...