https://github.com/checkout/link_checkoutcom
Checkout.com Unified Payments API cartridge for Salesforce Commerce Cloud
https://github.com/checkout/link_checkoutcom
Last synced: 5 months ago
JSON representation
Checkout.com Unified Payments API cartridge for Salesforce Commerce Cloud
- Host: GitHub
- URL: https://github.com/checkout/link_checkoutcom
- Owner: checkout
- Created: 2019-11-26T11:29:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-10-06T09:21:51.000Z (9 months ago)
- Last Synced: 2025-10-08T09:49:53.094Z (9 months ago)
- Language: JavaScript
- Size: 77.5 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Salesforce CommerceCloud Cartridge
## Prerequisites
- [Node.js 18.20.4](https://nodejs.org/en/download/)
## Install dependencies
```
npm install
```
Then
```
npm run build
```
Create dw.json file in the root of the project(SFCC folder).
```
{
"hostname": "your-sandbox-hostname.demandware.net", //(find it in the swagger sandbox information)
"username": "AM username like me.myself@company.com", //(your sfcc login id)
"password": "your_webdav_access_key", //(your passowrd)
"code-version": "version_to_upload_to" //(find it in Administration > Site development > Code Deployment )
}
```
Upload the configuration using the Prophet Debugger and VS Code.
## Documentation
- [Link](https://github.com/checkout/link_checkoutcom/blob/master/Documentation/SFRA/SFRA_Integration_Guide_v25.1.0.docx)