Skip to content

Commit 20daade

Browse files
added eol in last and removed duplicate sections
1 parent e2401e0 commit 20daade

1 file changed

Lines changed: 1 addition & 24 deletions

File tree

README.md

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -68,29 +68,6 @@ Cybersource maintains a complete sandbox environment for testing and development
6868
6969
API credentials are different for each environment, so be sure to switch to the appropriate credentials when switching environments.
7070
71-
## MetaKey Support
72-
73-
A Meta Key is a single key that can be used by one, some, or all merchants (or accounts, if created by a Portfolio user) in the portfolio.
74-
75-
The Portfolio or Parent Account owns the key and is considered the transaction submitter when a Meta Key is used, while the merchant owns the transaction.
76-
77-
MIDs continue to be able to create keys for themselves, even if a Meta Key is generated.
78-
79-
Further information on MetaKey can be found in [New Business Center User Guide](https://developer.cybersource.com/library/documentation/dev_guides/Business_Center/New_Business_Center_User_Guide.pdf).
80-
81-
### Switching between the sandbox environment and the production environment
82-
83-
CyberSource maintains a complete sandbox environment for testing and development purposes. This sandbox environment is an exact duplicate of our production environment with the transaction authorization and settlement process simulated. By default, this SDK is configured to communicate with the sandbox environment. To switch to the production environment, set the `run_environment` property in the SDK Configuration. See our sample at <https://github.com/CyberSource/cybersource-rest-samples-python/blob/master/data/Configuration.py>
84-
85-
```python
86-
# For TESTING use
87-
self.run_environment = "apitest.cybersource.com"
88-
# For PRODUCTION use
89-
# self.run_environment = "api.cybersource.com"
90-
```
91-
92-
API credentials are different for each environment, so be sure to switch to the appropriate credentials when switching environments.
93-
9471
### Logging
9572
9673
[![Generic badge](https://img.shields.io/badge/LOGGING-NEW-GREEN.svg)](https://shields.io/)
@@ -128,4 +105,4 @@ CyberSource may allow Customer to access, use, and/or test a CyberSource product
128105
129106
## License
130107
131-
This repository is distributed under a proprietary license. See the provided [`LICENSE.txt`](/LICENSE.txt) file
108+
This repository is distributed under a proprietary license. See the provided [`LICENSE.txt`](/LICENSE.txt) file.

0 commit comments

Comments
 (0)