Callbacks
Magen sends callbacks automatically as transactions change status. These endpoints serve to inspect the history and resend when your side failed to receive.
When to use each one
| Question | Endpoint |
|---|---|
| Which callbacks were attempted for my transactions? | GET /user/callbacks |
| What was the status code and response body of this callback? | GET /user/callbacks/{id} |
| My endpoint was down, resend the callback for this transaction | POST /user/callbacks/resend/{transactionId} |
| Resend callbacks of several transactions at once | POST /user/callbacks/resend |