Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
leungkinghin-ct committed Mar 26, 2024
1 parent 261571a commit ddb9d50
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,5 +123,8 @@ Here you can see the details about various variables in configuration
- CTP_JWT_ISSUER: The issuer inside JSON Web Token which is required in JWT validation process.
- ADYEN_ENVIRONMENT: The indicator of adyen environment. Default value is `TEST`. It can be configured either as `LIVE` or `TEST`.
- ADYEN_MERCHANT_ACCOUNT: The name of adyen merchant account.
- ADYEN_CLIENT_KEY: Client key provided by Adyen for client-side authentication. For details, please refer to [Adyen client-side authentication](https://docs.adyen.com/development-resources/client-side-authentication)
- ADYEN_LIVE_URL_PREFIX: It represents live endpoint prefix used by Adyen platform. For details, please refer to [Adyen live endpoints](https://docs.adyen.com/development-resources/live-endpoints/)
- ADYEN_CLIENT_KEY: Client key provided by Adyen for client-side authentication. For details, please refer to [Adyen client-side authentication](https://docs.adyen.com/development-resources/client-side-authentication).
- ADYEN_LIVE_URL_PREFIX: It represents live endpoint prefix used by Adyen platform. For details, please refer to [Adyen live endpoints](https://docs.adyen.com/development-resources/live-endpoints/).
- MERCHANT_RETURN_URL: The return URL located in merchant platform.
- ADYEN_API_KEY: It represents the API Key used for Ayden request authentication. For details, please refer to [Ayden API key authentication](https://docs.adyen.com/development-resources/api-authentication/#api-key-authentication).
- ADYEN_NOTIFICATION_HMAC_KEY: It represents a hash-based signature within Ayden webhook event. It aims at protecting the connector from any unauthorized webhook event. For details, please refer to [Verify HMAC signatures](https://docs.adyen.com/development-resources/webhooks/verify-hmac-signatures).

0 comments on commit ddb9d50

Please sign in to comment.