EnableDocumentation Index
Fetch the complete documentation index at: https://developers.kulmipay.com/llms.txt
Use this file to discover all available pages before exploring further.
send_money_event to receive notifications when a Send Money payment file is created or changes state.
Send Money events use the same payment file shape returned by POST /api/v1/send-money/status/, plus your configured challenge.
When it fires
- A Send Money payment file is created.
- The payment file state changes during approval, balance checking, processing, completion, or cancellation.
Payload
Important fields
| Field | Description |
|---|---|
file_id | Payment file alias ID. |
tracking_id | UUID used to query file status. |
status | Human-readable file status. |
status_code | Machine-friendly KulmiPay status code. |
transactions | Individual transaction results inside the file. |
challenge | Your configured challenge value. Verify it before processing the event. |
