Overview

If your Cardcore integration includes webhook events, configure a secure HTTPS endpoint that can receive and process callbacks.
  • Use an HTTPS endpoint
  • Validate incoming requests
  • Log delivery failures
  • Retry safely in your own system when processing fails

Next step

When your webhook receives a Postbridge authorization callback, your server must return a synchronous ISO-style response payload to indicate whether the transaction is approved or declined. See Postbridge webhook responses for the required response shape and supported response codes. Confirm the exact webhook event set and signature requirements with your Cardcore team.