BookatlasTwo-Day MuleSoft → Salesforce Bootcamp
561 / 1048 · Module 12 — Idempotency and Duplicate Prevention← prev⊞ allnext →

12.32Downstream-supported idempotency is best

If payment API itself supports:

Idempotency-Key: PAY-123

that's extremely valuable.

Then even if Mule crashes:

retry same downstream key

provider returns same result instead of charging again.

General principle:

Use downstream-native idempotency when available.