Withdrawal Notify
A server-to-server POST notifying your system when a transaction changes state. This webhook covers both Money-In (payments) and Money-Out (withdrawals) via the top-level command field.
Money-out Notify
{
"amount": 12500,
"command": "money-out",
"created_at": "2025-09-24T12:07:52+07:00",
"customer_name": "TESTING",
"fee_amount": 2500,
"no_reference_number": "202509242200620000080670",
"original_reference": "monebash202509244480",
"partner_reference_no": "MC909109111930",
"payed_at": "2025-09-24T12:10:04+07:00",
"payment_channel": "Easylink",
"status": 7
}Status Code
Description
Last updated