2 min read
Definition
A webhook is an outbound callback: instead of you polling, Credicorp POSTs a signed event to your registered endpoint when something changes. Delivery is at-least-once, so duplicates are normal, and each carries a signature you must verify.
In plain terms
A push notification from the API to your server when an event occurs.
Why it matters here
Verify the signature, respond 2xx fast, and process idempotently. See webhooks and event delivery.
Related reading

At-least-once delivery
At-least-once delivery guarantees every event arrives one or more times — never zero, but sometimes twice…
Read →
HMAC signature
An HMAC signature is a keyed hash of a message that proves it came from a party holding the shared secret and…
Read →
Idempotency key
An idempotency key is a header you attach to a mutating request so a retry returns the original result…
Read →Funding for UK limited companies
Credicorp lends to your company, not to you personally — short-term working capital with no personal guarantee. See what your business could access.