1
Add Pillar8 to Checkout
Install the Pillar8 client in your checkout environment.The component:
- Captures checkout context (device, country, cart, payment methods)
- Sends a request to the Pillar8 decision engine
- Receives a decision package in real time
2
Call the Optimize API
3
Receive Decision Package
4
Apply the Decision
Use the decision package to:
- Display an advisory recommendation to the shopper
- Highlight or emphasize specific payment methods
- Adjust checkout behavior
5
Send Transaction Outcome (Webhook)
Configure your backend to send transaction outcomes to Pillar8.
POST /api/shopify/webhooks/order-completedThis enables Pillar8 to:- Learn from actual payment outcomes
- Improve future decisions
- Measure impact
What Does Not Change
- Your PSP integrations remain unchanged
- Your orchestration layer remains unchanged
- Your payment routing remains unchanged
Next Steps
- See API for full endpoint definitions
- Review Architecture to understand system flow
- Check Platforms → Shopify for platform-specific details