cybersource / rest-client-php
Client SDK for CyberSource REST APIs
Package info
github.com/CyberSource/cybersource-rest-client-php
pkg:composer/cybersource/rest-client-php
Requires
- php: >=8.0.0
- ext-curl: *
- ext-json: *
- ext-mbstring: *
- firebase/php-jwt: ^7.0.0
- monolog/monolog: >=1.25.0
- ramsey/uuid: ^4.0
- singpolyma/openpgp-php: 0.7.0
- web-token/jwt-framework: ^2.2.11|^3.3.5
Requires (Dev)
- phpunit/phpunit: 9.6.15
- dev-master
- 0.0.72
- 0.0.71
- 0.0.70
- 0.0.69
- 0.0.68
- 0.0.67
- 0.0.66
- 0.0.65
- 0.0.64
- 0.0.63
- 0.0.62
- 0.0.61
- 0.0.60
- 0.0.59
- 0.0.58
- 0.0.57
- 0.0.56
- 0.0.55
- 0.0.54
- 0.0.53
- 0.0.52
- 0.0.51
- 0.0.50
- 0.0.49
- 0.0.48
- 0.0.47
- 0.0.46
- 0.0.45
- 0.0.44
- 0.0.43
- 0.0.42
- 0.0.41
- 0.0.40
- 0.0.39
- 0.0.38
- 0.0.37
- 0.0.36
- 0.0.35
- 0.0.34
- 0.0.33
- 0.0.32
- 0.0.31
- 0.0.30
- 0.0.29
- 0.0.28
- 0.0.27
- 0.0.26
- 0.0.25
- 0.0.24
- 0.0.23
- 0.0.22
- 0.0.21
- 0.0.20
- 0.0.19
- 0.0.18
- 0.0.17
- 0.0.16
- 0.0.15
- 0.0.14
- 0.0.13
- 0.0.12
- 0.0.11
- 0.0.10
- 0.0.9
- 0.0.8
- 0.0.7
- 0.0.6
- 0.0.4
- 0.0.3
- 0.0.2
- 0.0.1
- dev-release/26-FEBRUARY-2026
- dev-release/31-DECEMBER-2025
- dev-future
- dev-release/nov25
- dev-using-serial-number-in-case-of-cyberSource-cert
- dev-release/oct25
- dev-feature/mle-for-response
- dev-feature/response-mle-readme
- dev-feature/final-mle
- dev-feature/add-mle-flag
- dev-feature/gp-mtls
- dev-release/may25
- dev-feature/path-test
- dev-feature/handling-links-field-in-api
- dev-batch-upload
- dev-trial-run
- dev-feature/MLE-fix
- dev-feature/add-MLE
- dev-release-aug24
- dev-adding-workflows
- dev-masking-fix
- dev-sensitive-logging
- dev-test-fix-empty-body-param
- dev-logging-issue
- dev-transient_token
- dev-travis-trial
- dev-generator-with-logging-and-masking
This package is not auto-updated.
Last update: 2026-05-15 10:15:47 UTC
README
Description
The CyberSource PHP client provides convenient access to the CyberSource REST API from your PHP application.
System Requirements
- PHP 8.0.0+
- cURL PHP Extension
- JSON PHP Extension
- OpenSSL PHP Extension
- Zip PHP Extension
- MBString PHP Extension
- Sodium PHP Extension
- PHP_APCU PHP Extension. You will need to download it for your platform (Windows/Linux/Mac)
Installation
Composer
We recommend using Composer. (Note: we never recommend you
override the new secure-http default setting).
Update your composer.json file as per the example below and then run
composer update.
{
"require": {
"php": ">=8.0.0",
"cybersource/rest-client-php": "0.0.73"
}
}
Account Registration & Configuration
- Account Registration
Follow the first step mentioned in Getting Started with CyberSource REST SDKs to create a sandbox account.
- Configuration
Follow the second step mentioned in Getting Started with CyberSource REST SDKs to configure the SDK by inputting your credentials.
Please note that this is for reference only. Ensure to store the credentials in a more secure manner.
How to Use
To get started using this SDK, it is highly recommended to download our sample code repository:
In that repository, we have comprehensive sample code for all common uses of our API:
Additionally, you can find details and examples of how our API is structured in our API Reference Guide:
The API Reference Guide provides examples of what information is needed for a particular request and how that information would be formatted. Using those examples, you can easily determine what methods would be necessary to include that information in a request using this SDK.
To learn more about how to use CyberSource's REST API SDKs, please use Developer Center REST API SDKs.
Security Guidance
- It is strongly recommended to use HTTPS for any proxy servers in your environment to protect secrets during transit.
Example using Sample Code Application
- Add the CyberSource REST client as a dependency in your php project.
- Configure your credentials in External Configuration.
- Create an instance of ApiClient using the configuration.
- Use the created ApiClient instance to call CyberSource APIs. For example SimpleAuthorizationInternet
For more detailed examples, refer to the cybersource-rest-samples-php repository.
Switching between the sandbox environment and the production environment
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 appropriate property in Resources\ExternalConfiguration.php.
For example:
// For TESTING use // $this->runEnv = "apitest.cybersource.com"; // For PRODUCTION use $this->runEnv = "api.cybersource.com";
The API Reference Guide provides examples of what information is needed for a particular request and how that information would be formatted. Using those examples, you can easily determine what methods would be necessary to include that information in a request using this SDK.
Logging
Since v0.0.24, a new logging framework has been introduced in the SDK. This new logging framework makes use of Monolog, and standardizes the logging so that it can be integrated with the logging in the client application.
More information about this new logging framework can be found in this file : Logging.md
Features
Message Level Encryption (MLE) Feature
This feature provides an implementation of Message Level Encryption (MLE) for APIs provided by CyberSource, integrated within our SDK. This feature ensures secure communication by encrypting messages at the application level before they are sent over the network.
More information about this new MLE feature can be found in this file : MLE.md
JWT Authentication with Symmetric Key (Shared Secret / HS256 HMAC-SHA256) Support
⚠️ HTTP Signature Deprecation Notice: HTTP Signature authentication (
HTTP_SIGNATURE) is being deprecated. JWT with Shared Secret (HS256 / HMAC-SHA256) is the recommended migration path — it uses the samemerchantKeyIdandmerchantsecretKeycredentials, requires only two property changes, and enables MLE (Message Level Encryption) support that HTTP Signature does not provide.
JWT authentication now supports two key types, configurable via the jwtKeyType property:
jwtKeyType |
Algorithm | Credentials Required |
|---|---|---|
P12 (default) |
RS256 (asymmetric, RSA-SHA256) | keysDirectory, keyFileName, keyAlias, keyPass |
SHARED_SECRET |
HS256 (symmetric, HMAC-SHA256) | merchantKeyId, merchantsecretKey |
The default value is P12, which preserves full backward compatibility with existing configurations.
Configuration for JWT with P12 (default — no changes needed)
$config = new CyberSource\Authentication\Core\MerchantConfiguration(); $config->setAuthenticationType('JWT'); $config->setMerchantID('your_merchant_id'); $config->setRunEnvironment('apitest.cybersource.com'); // jwtKeyType defaults to P12 if omitted $config->setKeyAlias('your_merchant_id'); $config->setKeyPassword('your_merchant_id'); $config->setKeyFileName('your_merchant_id'); $config->setKeysDirectory('/path/to/p12/directory');
Configuration for JWT with Shared Secret
$config = new CyberSource\Authentication\Core\MerchantConfiguration(); $config->setAuthenticationType('JWT'); $config->setMerchantID('your_merchant_id'); $config->setRunEnvironment('apitest.cybersource.com'); $config->setJwtKeyType('SHARED_SECRET'); $config->setApiKeyID('your_key_id'); $config->setSecretKey('your_base64_encoded_shared_secret');
Note: When
jwtKeyTypeis set toSHARED_SECRET, the P12-related properties (keysDirectory,keyFileName,keyAlias,keyPass) are not required and will be ignored. Conversely, when usingP12, themerchantKeyIdandmerchantsecretKeyproperties are not required for JWT authentication.
JSON Configuration for JWT with P12
{
"authenticationType": "jwt",
"merchantID": "your_merchant_id",
"runEnvironment": "apitest.cybersource.com",
"keyAlias": "your_merchant_id",
"keyPass": "your_merchant_id",
"keyFileName": "your_merchant_id",
"keysDirectory": "path/to/p12/directory"
}
JSON Configuration for JWT with Shared Secret
{
"authenticationType": "jwt",
"merchantID": "your_merchant_id",
"runEnvironment": "apitest.cybersource.com",
"jwtKeyType": "SHARED_SECRET",
"merchantKeyId": "your_key_id",
"merchantsecretKey": "your_base64_encoded_shared_secret"
}
Migrating from HTTP Signature to JWT with Shared Secret (HS256 / HMAC-SHA256)
If you are currently using HTTP Signature authentication, migrating to JWT with Shared Secret (symmetric key, HS256 / HMAC-SHA256) requires only two property changes — your credentials remain the same:
// BEFORE (HTTP Signature — deprecated) $config->setAuthenticationType('HTTP_SIGNATURE'); $config->setApiKeyID('your_key_id'); $config->setSecretKey('your_shared_secret'); // AFTER (JWT with Shared Secret / HS256 HMAC-SHA256 — recommended) $config->setAuthenticationType('JWT'); // changed $config->setJwtKeyType('SHARED_SECRET'); // added — uses HS256 (HMAC-SHA256) $config->setApiKeyID('your_key_id'); // same $config->setSecretKey('your_shared_secret'); // same
Using MLE with Shared Secret Credentials
MLE (Message Level Encryption) is fully supported with the SHARED_SECRET key type. This allows merchants who use shared secret credentials (instead of a P12 certificate) to still leverage MLE for secure communication.
When using jwtKeyType=SHARED_SECRET with MLE, you must provide the MLE public certificate separately via the mleForRequestPublicCertPath property, since there is no P12 file to auto-extract the MLE certificate from. The request MLE public certificate can be downloaded from the CyberSource Business Center:
- Test: https://businesscentertest.cybersource.com/ebc2
- Production: https://businesscenter.cybersource.com/ebc2
$config = new CyberSource\Authentication\Core\MerchantConfiguration(); $config->setAuthenticationType('JWT'); $config->setMerchantID('your_merchant_id'); $config->setRunEnvironment('apitest.cybersource.com'); $config->setJwtKeyType('SHARED_SECRET'); $config->setApiKeyID('your_key_id'); $config->setSecretKey('your_base64_encoded_shared_secret'); // Request MLE configuration $config->setEnableRequestMLEForOptionalApisGlobally(true); $config->setMleForRequestPublicCertPath('/path/to/mle/public/cert.pem'); // Response MLE is also supported — see MLE.md for full configuration // $config->setEnableResponseMleGlobally(true); // $config->setResponseMlePrivateKeyFilePath('/path/to/private/key.p12'); // $config->setResponseMlePrivateKeyFilePassword('password');
For more details on MLE configuration options (including Response MLE), see MLE.md.
MetaKey Support
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.
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.
MIDs continue to be able to create keys for themselves, even if a Meta Key is generated.
MetaKey works with all three authentication types: HTTP Signature, JWT (P12), and JWT with Shared Secret.
MetaKey with HTTP Signature (⚠️ Deprecated)
$config->setAuthenticationType('HTTP_SIGNATURE'); $config->setMerchantID('your_transacting_merchant_id'); $config->setApiKeyID('your_metakey_portfolio_KeyId'); $config->setSecretKey('your_metakey_portfolio_shared_secret_key'); $config->setPortfolioID('your_portfolio_id'); $config->setUseMetaKey(true);
MetaKey with JWT (P12)
$config->setAuthenticationType('JWT'); $config->setMerchantID('your_transacting_merchant_id'); $config->setKeyAlias('your_portfolio_id'); $config->setKeyPassword('your_metakey_portfolio_p12File_password'); $config->setKeyFileName('your_metakey_portfolio_p12FileName'); $config->setKeysDirectory('/path/to/p12/directory'); $config->setPortfolioID('your_portfolio_id'); $config->setUseMetaKey(true);
MetaKey with JWT Shared Secret (Recommended)
$config->setAuthenticationType('JWT'); $config->setJwtKeyType('SHARED_SECRET'); $config->setMerchantID('your_transacting_merchant_id'); $config->setApiKeyID('your_metakey_portfolio_KeyId'); $config->setSecretKey('your_metakey_portfolio_shared_secret_key'); $config->setPortfolioID('your_portfolio_id'); $config->setUseMetaKey(true);
Note: MetaKey with JWT Shared Secret uses the same MetaKey credentials as HTTP Signature but authenticates via JWT, enabling MLE support.
Response MLE with MetaKey
When Response MLE is enabled (enableResponseMleGlobally=true) and MetaKey is in use (useMetaKey=true), the Response MLE configuration must use the portfolio's response MLE key — not the transacting merchant's. Specifically:
responseMlePrivateKeyFilePath(or theresponseMlePrivateKeyobject) must point to the portfolio's response MLE private key.responseMleKID— the KID value associated with the portfolio's response MLE certificate.- Optional when
responseMlePrivateKeyFilePathpoints to a CyberSource-generated P12 file — the SDK will automatically fetch the KID from the P12 file. - Required when using PEM format files (
.pem,.key,.p8) or when providingresponseMlePrivateKeyobject directly.
- Optional when
$config = new CyberSource\Authentication\Core\MerchantConfiguration(); $config->setAuthenticationType('JWT'); $config->setJwtKeyType('SHARED_SECRET'); $config->setMerchantID('your_transacting_merchant_id'); $config->setApiKeyID('your_metakey_portfolio_KeyId'); $config->setSecretKey('your_metakey_portfolio_shared_secret_key'); $config->setPortfolioID('your_portfolio_id'); $config->setUseMetaKey(true); $config->setRunEnvironment('apitest.cybersource.com'); // Response MLE — use the portfolio's response MLE key, not the transacting merchant's $config->setEnableResponseMleGlobally(true); $config->setResponseMlePrivateKeyFilePath('/path/to/portfolio/response/mle/private/key.p12'); $config->setResponseMlePrivateKeyFilePassword('portfolio_private_key_password'); // responseMleKID is optional when using a CyberSource-generated P12 file (auto-fetched from P12) // Required when using PEM files or responseMlePrivateKey object // $config->setResponseMleKID('your_portfolio_response_mle_kid');
Important: The response MLE private key (and KID, if applicable) must belong to the portfolio (parent account), since in MetaKey mode the portfolio is the transaction submitter and the response is encrypted using the portfolio's MLE certificate. See MLE.md for full details on when
responseMleKIDis required vs optional.
Further information on MetaKey can be found in New Business Center User Guide.
OAuth Support
OAuth enables service providers to securely share access to customer data without sharing password data.
The CyberSource OAuth2.0 Authorization Server (or API Auth Service) will issue access tokens (based on merchant user credentials) to CyberSource or third-party Applications. These applications can access CyberSource APIs on the merchant's behalf, using the access tokens.
During application registration, third-party application developers are issued a client_id and optionally a client_secret (if they can be considered a confidential client, for example a web application).
These values will be used when the merchant application wants to request an access token and/or a refresh token. This is explained in more detail in Requesting the Access and Refresh Tokens.
For more detailed information on OAuth, refer to the documentation at Cybersource OAuth 2.0.
In order to use OAuth, set the run environment to OAuth enabled URLs. OAuth only works in these run environments.
// For TESTING use $config->setRunEnvironment('api-matest.cybersource.com'); // For PRODUCTION use // $config->setRunEnvironment('api-ma.cybersource.com');
Additional Information
PHP_APCU PHP Extension
Enable PHP_APCU PHP Extension in php.ini file. You will need to download it for your platform (Windows/Linux/Mac) and add in extensions.
Official PHP_APCU - https://pecl.php.net/package/APCu
For Windows:
- PHP v8.0: Download the applicable php_apcu dll version v5.1.19 from the official pecl site.
- PHP v8.1: Download the applicable php_acpu dll version v5.1.21 from the official pecl site.
- PHP v8.2: Download the applicable php_acpu dll version v5.1.22 from the official pecl site. But dll is missing on the pecl site for php v8.2 Alternatively, you can refer to this stackoverflow question, or you can download the php_apcu dll from here.
For Mac/Linux/Unix:
Download the php_apcu using pecl command: pecl install apcu. It will auto download the applicable apcu extension for the PHP v8.0, v8.1, v8.2.
How to Contribute
- Fork the repo and create your branch from
master. - If you've added code that should be tested, add tests.
- Ensure the test suite passes.
- Submit your pull request! (Ensure you have synced your fork with the original repository before initiating the PR).
Need Help?
For any help, you can reach out to us at our Discussion Forum.
Disclaimer
CyberSource may allow Customer to access, use, and/or test a CyberSource product or service that may still be in development or has not been market-tested (“Beta Product”) solely for the purpose of evaluating the functionality or marketability of the Beta Product (a “Beta Evaluation”). Notwithstanding any language to the contrary, the following terms shall apply with respect to Customer’s participation in any Beta Evaluation (and the Beta Product(s)) accessed thereunder): The Parties will enter into a separate form agreement detailing the scope of the Beta Evaluation, requirements, pricing, the length of the beta evaluation period (“Beta Product Form”). Beta Products are not, and may not become, Transaction Services and have not yet been publicly released and are offered for the sole purpose of internal testing and non-commercial evaluation. Customer’s use of the Beta Product shall be solely for the purpose of conducting the Beta Evaluation. Customer accepts all risks arising out of the access and use of the Beta Products. CyberSource may, in its sole discretion, at any time, terminate or discontinue the Beta Evaluation. Customer acknowledges and agrees that any Beta Product may still be in development and that Beta Product is provided “AS IS” and may not perform at the level of a commercially available service, may not operate as expected and may be modified prior to release. CYBERSOURCE SHALL NOT BE RESPONSIBLE OR LIABLE UNDER ANY CONTRACT, TORT (INCLUDING NEGLIGENCE), OR OTHERWISE RELATING TO A BETA PRODUCT OR THE BETA EVALUATION (A) FOR LOSS OR INACCURACY OF DATA OR COST OF PROCUREMENT OF SUBSTITUTE GOODS, SERVICES OR TECHNOLOGY, (B) ANY CLAIM, LOSSES, DAMAGES, OR CAUSE OF ACTION ARISING IN CONNECTION WITH THE BETA PRODUCT; OR (C) FOR ANY INDIRECT, INCIDENTAL OR CONSEQUENTIAL DAMAGES INCLUDING, BUT NOT LIMITED TO, LOSS OF REVENUES AND LOSS OF PROFITS.