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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,8 @@ Follow the first step mentioned in [Getting Started with CyberSource REST SDKs](
27
27
28
28
Follow the second step mentioned in [Getting Started with CyberSource REST SDKs](https://developer.cybersource.com/hello-world/rest-api-sdks.html#gettingstarted) to configure the SDK by inputting your credentials.
29
29
30
+
***Please note that this is forreference only. Ensure to store the credentialsin a more secure manner.***
31
+
30
32
## How to Use
31
33
32
34
To get started using this SDK, it's highly recommended to download our sample code repository:
@@ -51,7 +53,7 @@ The API Reference Guide provides examples of what information is needed for a pa
51
53
52
54
* Use the created ApiClient instance to call CyberSource APIs. For example [SimpleAuthorizationInternet](https://github.com/CyberSource/cybersource-rest-samples-python/blob/c73bf7ae4a4826e4a6b652067cf38eb4affe765c/samples/Payments/Payments/simple-authorizationinternet.py#L95C9-L95C76).
53
55
54
-
***Please note that this is for reference only. Ensure to store the credentials in a more secure manner.***
56
+
For more detailed examples, refer to the [cybersource-rest-samples-python](https://github.com/CyberSource/cybersource-rest-samples-python) repository.
55
57
56
58
### Switching between the sandbox environment and the production environment
0 commit comments