Callback Events
The Bridge WooCommerce plugin processes various callback events to update order statuses and handle transaction responses.Payment Status Updates
Success Response
- Order status updated to “Processing”
- Customer receives confirmation email
- Stock levels updated
Failed Response
- Order status updated to “Failed”
- Customer redirected to retry payment
- Original stock levels maintained
Pending Response
- Order status remains “Pending Payment”
- Temporary hold on stock
- Automatic status check after 15 minutes
Transaction Verification
The plugin automatically verifies transactions using:- Webhook notifications
- Transaction reference matching
- Amount verification
- Signature validation
Error Handling
All callback events are logged when debug mode is enabled:- Transaction ID
- Event type
- Response data
- Error messages
Security
Callbacks are secured through:- IP whitelisting
- Signature verification
- HTTPS encryption
- Request validation
Testing Callbacks
Use test mode to simulate:- Successful payments
- Failed transactions
- Pending states
- Error scenarios