Callbacks help your system track payment and transfer progress.
Callback URL
For collection and transfer requests, send a callback_url in the request body. Sarafa sends status updates to that URL.
Your endpoint should:
- Accept
POST requests.
- Respond quickly with a success status.
- Store the event and transaction reference.
- Handle duplicate events safely.
Collection pending event
Sent after a collection is created.
Transfer pending event
Sent after a transfer is created.
Use the transaction endpoints to fetch the latest status when your system needs to reconcile activity. Last modified on July 7, 2026