Withdrawals

Withdrawal Completed

Notifies the status of an outgoing withdrawal.

Body

{
  "messageId": "123e4567-e89b-12d3-a456-426614174000",
  "messageType": "WITHDRAWAL_COMPLETED",
  "messageTime": "2023-12-14T01:24:03.102Z",
  "message": {  
    "transactionType": "WITHDRAWAL",
    "status": "WITHDRAWAL_COMPLETED",
    "withdrawalId": "a306b284-9467-4fdb-9096-9c5a1d38efda",
    "customerId": "3a4dcd44-adb0-51e2-a360-1033487b8e3c",
    "accountId": "79baa7ee-0f0c-4388-a0ba-1c17e1563df8",
    "withdrawalCurrency": "USD",
    "netWithdrawalQuantity": 180.00,
    "withdrawalFeeType": "FIXED",
    "withdrawalFeeRate": 0,
    "withdrawalFeeQuantity": 0.00,
    "withdrawalFeeCurrency": "USD",
    "memo": "Converted 180.00 USD to 720.00 AED at rate of 4.",
    "grossWithdrawalQuantity": 180.00,
    "requestedAt": "2025-08-13T19:52:52.317Z",
    "completedAt": "2025-08-13T19:55:52.078Z"
    }
}

Last updated