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
1. Front end can be any module which is supported by Commercetools. Refer [create payment](./docs/Creating-a-Payment.md) to know more about the fields that needs to be passed when a payment is created for each of the payment method.
25
-
2. With help of the [Commercetools HTTP API Extensions](https://docs.commercetools.com/api/projects/api-extensions), provided payment data is sent to the plugin.
26
-
3. The plugin authenticates and processes provided payload passed by the front end, exchanges it with Cybersource API, and provides **Synchronous** response back to the Commercetools caller. Based on the result, front end either creates an order or continues with further payment steps.
25
+
2. With help of the [Commercetools HTTP API Extensions](https://docs.commercetools.com/api/projects/api-extensions), provided payment data is sent to the Extension.
26
+
3. The Extension authenticates and processes provided payload passed by the front end, exchanges it with Cybersource API and provides **Synchronous** response back to the Commercetools caller. Based on the result, front end either creates an order or continues with further payment steps.
27
27
Note that order creations or modifications should be part of the front end business logic.
28
28
29
-
Please see the [Overview](./docs/Overview.md) for a high-level overview of the plugin.
29
+
Please see the [Overview](./docs/Overview.md) for a high-level overview of the Extension.
30
30
31
-
## Plugin
31
+
## Extension
32
32
33
-
The plugin is a publicly exposed service that acts as a middleware between the Commercetools platform and Cybersource. Once [Commercetools HTTP API Extensions](https://docs.commercetools.com/api/projects/api-extensions) is [configured](./docs/API-Extension-Setup.md#a-namerunningscriptarunning-extension-setup-script) to call Cybersource plugin, for every payment create or update request and customer update request, a Cybersource plugin will be remotely called by the Commercetools platform.
33
+
The Extension is a publicly exposed service that acts as a middleware between the Commercetools platform and Cybersource. Once [Commercetools HTTP API Extensions](https://docs.commercetools.com/api/projects/api-extensions) is [configured](./docs/API-Extension-Setup.md#a-namerunningscriptarunning-extension-setup-script) to call Cybersource Extension, for every payment create or update request and customer update request, a Cybersource Extension will be remotely called by the Commercetools platform.
34
34
35
-
- Follow [Setup Guide](./docs/Setup.md) for getting started with the integration of Commercetools with the plugin.
36
-
- Follow [Usage Guide](./docs/Usage.md) to see more information about the payment services.
37
-
38
-
## Network Capability
39
-
40
-
By accepting this document, you acknowledge and accept that you are responsible for and assume liability for the functionality, maintenance and availability of your software and network. At all times, it is your responsibility to ensure the accuracy, technical sufficiency and functionality of your software, network, plug-ins, configurations, applications, code, application program interfaces (APIs), software development kits and all other technology (“Your Network”). You are responsible for Your Network’s ability to use and/or access the Cybersource network, any Cybersource API and receive the benefit of Cybersource’s services. You are responsible for all costs, fees, expenses and liabilities associated with Your Network’s ability to access and interface with the Cybersource network and receive the benefit of Cybersource’s services. Cybersource will not be responsible or liable for loss or costs associated with or that results from Your Network’s inability to connect to or process transactions on the Cybersource network.
35
+
- Follow [Setup Guide](./docs/Setup.md) for getting started with the integration of Commercetools with the Extension.
36
+
- Follow [Usage Guide](./docs/Usage.md) to see more information about the payment services.
0 commit comments