SAP Commerce Cloud extension skeleton for MakePay hosted checkout links.
makepaypaymentcoreextension metadata.- Spring bean wiring for MakePay API client, payment service, and facade.
- Hosted payment info item type for MakePay UID/URL storage.
- Service method to create MakePay payment links from carts.
- Roadmap for payment command adapter and OCC endpoints.
SAP Commerce Cloud's payment extension is the foundation for PSP adapters.
This repository starts with a hosted-checkout adapter skeleton that can be wired
into Accelerator, OCC, or Composable Storefront projects.
Set these platform properties through your environment-specific configuration:
makepay.baseUrl=https://www.makecrypto.io
makepay.keyId=...
makepay.keySecret=...
makepay.returnUrl=https://shop.example.com/payment-returnnpm test
npm run validate