Developer
What your integration actually sent us and what happened as a result.
Look up any idempotency key to see what that call actually did, including when it was a replay that changed nothing.
| Time | Method | Path | Idempotency key | Status | Outcome |
|---|---|---|---|---|---|
| 30 Jul 14:20:11 | POST | /v1/entries | idem_kofi_7f3a92 | 201 | Entry ENT-01J9ZQ4 created |
| 30 Jul 14:20:44 | POST | /v1/entries | idem_kofi_7f3a92 | 200 | Replayed, same entry returned |
| 30 Jul 13:58:40 | POST | /v1/transfers | TRF-20260730-0093 | 202 | Accepted, outcome pending |
| 30 Jul 13:02:19 | POST | /v1/entries | idem_kofi_7f3b04 | 422 | Dimension key cohort not declared |
| 30 Jul 11:41:02 | GET | /v1/balances | — | 200 | 4 accounts returned |
5 requests · test mode offOrdered by time, newest first