Step 1. Handling of the alerts
Client-side matching
- Implement webhook to receive alert
- Perform alert to transaction matching internally, refunding cardholder if desired and then update the alert via the /update/alert endpoint
Chargeblast matching
- Implement
/orders/upload
endpoint to push order data to Chargeblast- Optionally, if using PSPs we support, integrate account via our integrations directory.
- Expose your-domain.com/chargeblast/refund endpoint to Chargeblast to implement refunds & subscription cancellations
Step 2. Passing down costs to merchant
- Poll
/alerts
endpoint (or receive alerts via webhook) and associate each alert with a merchant in our system. - Bill your merchant accordingly