As a developer building payment systems, one of the most frustrating experiences is not knowing what “success” actually means. A transfer request goes through, the API responds fine, and your webhook fires. But the status says pending. Has the money moved or not? Should you show success to the user, retry the transaction, or wait? In payments, a...