You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,8 @@ To install the `cybersource-sdk-dotnet` from package, run the following command
7
7
PM> Install-Package CyberSource
8
8
```
9
9
## Requirements
10
-
- .NET 4.0 or later
11
-
- Visual Studio 2012 or later
10
+
- .NET 4.8 or later
11
+
- Visual Studio 2019 or later
12
12
13
13
## Prerequisites
14
14
A CyberSource Evaluation account. Sign up at <http://www.cybersource.com/register>
@@ -18,7 +18,7 @@ Transaction Security Keys
18
18
Refer to our [Developer Guide](http://apps.cybersource.com/library/documentation/dev_guides/security_keys/creating_and_using_security_keys.pdf) for details on how to generate .P12 key.
19
19
20
20
## CyberSource Web Services API Version
21
-
NuGet 1.4.4 has v1.170 urn:schemas-cybersource-com:transaction-data-1.170
21
+
NuGet 1.4.9 has v1.224 urn:schemas-cybersource-com:transaction-data-1.224
22
22
23
23
For latest version, check this https://ics2ws.ic3.com/commerce/1.x/transactionProcessor/
24
24
@@ -85,16 +85,16 @@ CyberSource supports Message Level Encryption (MLE) for Simple Order API. Messag
85
85
Meta Key is a key generated by an entity that can be used to authenticate on behalf of other entities provided that the entity which holds key is a parent entity or associated as a partner.
86
86
87
87
Comment or remove merchantID property in app.config file.
88
-
89
-
cybs.merchantID=<comment/remove this line>
88
+
89
+
cybs.merchantID=<comment/remove this line>
90
90
91
91
Set below properties in app.config file.
92
92
93
-
cybs.merchantID=<comment/remove this line>
93
+
cybs.merchantID=<comment/remove this line>
94
94
cybs.keysDirectory=<Directory where P12 is present>
95
95
cybs.keyAlias=<Refers to the portfolio>
96
96
cybs.password=<Password of p12>
97
-
cybs.keyFilename=<metakey downloaded from portfolio MID>
97
+
cybs.keyFilename=<metakey downloaded from portfolio MID>
0 commit comments