Required Webhooks Per Gateway
Splitit requires the webhooks that are listed in the table below by gateway. To receive them, add a Splitit endpoint to your gateway's configuration as such:
https://notifications.splitit.com/GATEWAYNAME
(for testing purposes, use the endpoint https://notifications.sandbox.splitit.com/GATEWAYNAME
)Gateway Name | Available Webhooks | Endpoint |
---|---|---|
Adyen | 'CHARGEBACK', 'SECOND_CHARGEBACK', 'CHARGEBACK_REVERSED', 'CAPTURE', 'CAPTURE_FAILED', 'REFUND_FAILED', 'REFUND' | https://notifications.splitit.com/adyen |
Authorize.net | 'net.authorize.payment.priorAuthCapture.created', 'net.authorize.payment.refund.created' | https://notifications.splitit.com/authorizenet |
Bambora | 'pac_approved'(CaptureApproved), 'pac_declined'(CaptureDeclined) , 'p_approved'(SaleApproved) , 'r_approved'(RefundApproved) , 'r_declined'(RefundDeclined) | https://notifications.splitit.com/bambora |
BlueSnap | CHARGE', 'CHARGEBACK, 'CHARGEBACK_STATUS_CHANGED' | https://notifications.splitit.com/bluesnap |
Checkout | 'payment_captured', 'payment_capture_declined', 'payment_refund_declined', 'payment_refunded', 'payment_refund_pending', 'dispute_received', 'dispute_lost', 'dispute_won' | https://notifications.splitit.com/checkout |
Noon Payments | 'CAPTURE_CAPTURED', 'REFUND_REFUNDED', 'REFUND_PENDING', 'REFUND_PARTIALLY_REFUNDED' | https://notifications.splitit.com/noonpayments |
Paysafe | 'AP_SETTLEMENT_COMPLETED'(CaptureApproved), 'AP_SETTLEMENT_FAILED'(CaptureFailed),'AP_REFUND_COMPLETED','AP_REFUND_FAILED' | https://notifications.splitit.com/paysafe |
Stripe | 'charge.captured', 'charge.failed', 'charge.refunded', 'charge.dispute.created', 'charge.dispute.closed' | https://notifications.splitit.com/stripe |
Worldpay | CAPTURED, REFUNDED, REFUND_FAILED, SENT_FOR_REFUND, REFUNDED_BY_MERCHANT | https://notifications.splitit.com/worldpay |
Last modified 12d ago