MagenMagen Docs

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

QuestionEndpoint
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 transactionPOST /user/callbacks/resend/{transactionId}
Resend callbacks of several transactions at oncePOST /user/callbacks/resend

Examples

Audit flow

Tutorials and best practices

On this page