---
title: "Check Send Money Status"
method: POST
path: "/api/v1/send-money/status/"
tags: ["Send Money"]
---

# Check Send Money Status

`POST /api/v1/send-money/status/`

Check the status of a send money transaction.

## Request body

- SendMoneyStatus
  - `tracking_id` string, uuid, required

## Response `200`

- SendMoneyResult
  - `file_id` string, required
  - `tracking_id` string, uuid
  - `batch_reference` string, nullable
  - `status` string, required
  - `status_code` string, required
  - `transactions` TransactionsResultSer[], required
    - `transaction_id` string, required
    - `status` string, required
    - `status_code` string, required
    - `request_reference_id` string, uuid
    - `provider` string, required
    - `bank_code` union
      - '1' | '2' | '3' | '6' | '7' | '10' | '11' | '12' | '14' | '16' | '17' | '18' | '19' | '23' | '25' | '31' | '32' | '35' | '36' | '43' | '48' | '49' | '50' | '51' | '53' | '54' | '55' | '57' | '60' | '61' | '63' | '65' | '66' | '68' | '70' | '72' | '74' | '75' | '76' | '78' | '79' | '89' | '97' | 'FINANCE_TRUST_BANK_UGANDA_TRANSFER' | 'EXIM_BANK_UGANDA_TRANSFER' | 'BANK_OF_INDIA_UGANDA_TRANSFER' | 'CENTENARY_RURAL_DEVELOPMENT_BANK_UGANDA_TRANSFER' | 'BANK_OF_BARODA_UGANDA_TRANSFER' | 'BANK_OF_AFRICA_UGANDA_TRANSFER' | 'CITIBANK_UGANDA_TRANSFER' | 'ABSA_BANK_UGANDA_TRANSFER' | 'GUARANTY_TRUST_BANK_UGANDA_TRANSFER' | 'KCB_BANK_UGANDA_TRANSFER' | 'ABC_CAPITAL_BANK_UGANDA_TRANSFER' | 'EQUITY_BANK_UGANDA_TRANSFER' | 'HOUSING_FINANCE_BANK_UGANDA_TRANSFER' | 'CAIRO_INTERNATIONAL_BANK_UGANDA_TRANSFER' | 'NCBA_BANK_UGANDA_TRANSFER' | 'ORIENT_BANK_UGANDA_TRANSFER' | 'ECOBANK_UGANDA_TRANSFER' | 'UNITED_BANK_FOR_AFRICA_TRANSFER' | 'DFCU_BANK_UGANDA_TRANSFER' | 'POSTBANK_UGANDA_TRANSFER' | 'DIAMOND_TRUST_BANK_UGANDA_TRANSFER' | 'OPPORTUNITY_BANK_UGANDA_TRANSFER' | 'STANBIC_BANK_UGANDA_TRANSFER' | 'TOP_FINANCE_BANK_UGANDA_TRANSFER' | 'TROPICAL_BANK_UGANDA_TRANSFER' | 'STANDARD_CHARTERED_BANK_UGANDA_TRANSFER' — * `1` - KCB * `2` - Standard Charted Bank KE * `3` - Absa Bank Kenya * `6` - Bank of Baroda * `7` - NCBA Bank Kenya * `10` - Prime Bank * `11` - Cooperative Bank * `12` - National Bank * `14` - M-Oriental * `16` - Citibank * `17` - Habib Bank AG Zurich * `18` - Middle East Bank * `19` - Bank of Africa * `23` - Consolidated Bank * `25` - Credit Bank Ltd * `31` - Stanbic Bank * `32` - Unaitas Sacco * `35` - ABC Bank * `36` - Choice Microfinance Bank * `43` - Eco Bank * `48` - Caritas Microfinance Bank * `49` - Spire Bank * `50` - Paramount Universal Bank * `51` - Kingdom Bank * `53` - Guaranty Bank * `54` - Victoria Commercial Bank * `55` - Guardian Bank * `57` - I&M Bank * `60` - SBM * `61` - Housing Finance Company Limited (HFCK) * `63` - DTB * `65` - CIB Bank Kenya * `66` - Sidian Bank * `68` - Equity Bank * `70` - Family Bank * `72` - Gulf African Bank * `74` - Premier Bank * `75` - DIB * `76` - UBA * `78` - KWFT Bank * `79` - Faulu Bank * `89` - Stima SACCO * `97` - Telkom Kenya * `FINANCE_TRUST_BANK_UGANDA_TRANSFER` - Finance Trust Bank Uganda * `EXIM_BANK_UGANDA_TRANSFER` - Exim Bank Uganda * `BANK_OF_INDIA_UGANDA_TRANSFER` - Bank of India Uganda * `CENTENARY_RURAL_DEVELOPMENT_BANK_UGANDA_TRANSFER` - Centenary Rural Development Bank Uganda * `BANK_OF_BARODA_UGANDA_TRANSFER` - Bank of Baroda Uganda * `BANK_OF_AFRICA_UGANDA_TRANSFER` - Bank of Africa Uganda * `CITIBANK_UGANDA_TRANSFER` - Citibank Uganda * `ABSA_BANK_UGANDA_TRANSFER` - Absa Bank Uganda * `GUARANTY_TRUST_BANK_UGANDA_TRANSFER` - Guaranty Trust Bank Uganda * `KCB_BANK_UGANDA_TRANSFER` - KCB Bank Uganda * `ABC_CAPITAL_BANK_UGANDA_TRANSFER` - ABC Capital Bank Uganda * `EQUITY_BANK_UGANDA_TRANSFER` - Equity Bank Uganda * `HOUSING_FINANCE_BANK_UGANDA_TRANSFER` - Housing Finance Bank Uganda * `CAIRO_INTERNATIONAL_BANK_UGANDA_TRANSFER` - Cairo Bank Uganda * `NCBA_BANK_UGANDA_TRANSFER` - NCBA Bank Uganda * `ORIENT_BANK_UGANDA_TRANSFER` - I & M Bank Uganda * `ECOBANK_UGANDA_TRANSFER` - Ecobank Uganda * `UNITED_BANK_FOR_AFRICA_TRANSFER` - United Bank for Africa Uganda * `DFCU_BANK_UGANDA_TRANSFER` - DFCU Bank Uganda * `POSTBANK_UGANDA_TRANSFER` - Postbank Uganda * `DIAMOND_TRUST_BANK_UGANDA_TRANSFER` - Diamond Trust Bank Uganda * `OPPORTUNITY_BANK_UGANDA_TRANSFER` - Opportunity Bank Uganda * `STANBIC_BANK_UGANDA_TRANSFER` - Stanbic Bank Uganda * `TOP_FINANCE_BANK_UGANDA_TRANSFER` - Top Finance Bank Uganda * `TROPICAL_BANK_UGANDA_TRANSFER` - Tropical Bank Uganda * `STANDARD_CHARTERED_BANK_UGANDA_TRANSFER` - Standard Chartered Bank Uganda
      - ''
      - unknown
    - `name` string, nullable — Beneficiary name as per Client Records
    - `account` string, required — Phone number, bank account number etc
    - `account_type` union — Optional account type for classification e.g TillNumber and PayBill * `TillNumber` - TillNumber * `PayBill` - PayBill
      - 'TillNumber' | 'PayBill' — * `TillNumber` - TillNumber * `PayBill` - PayBill
      - ''
      - unknown
    - `account_reference` string, nullable — Account reference. Required for M-Pesa PayBill option
    - `provider_reference` string, required
    - `provider_account_name` string, required
    - `amount` string, required
    - `charge` string, required
    - `narrative` string, nullable
    - `file_id` string, required
    - `currency` string, required
    - `created_at` string, date-time, nullable, required
    - `updated_at` string, date-time, nullable, required
  - `actual_charges` string, required
  - `paid_amount` string, required
  - `failed_amount` string, required
  - `wallet` WalletSer, required
    - `wallet_id` string, required
    - `label` string
    - `can_disburse` boolean
    - `currency` 'KES' | 'GHS' | 'NGN' | 'UGX' | 'TZS' | 'XAF' | 'XOF' — Supported currencies: - `KES` - Kenyan Shilling (KE) - `GHS` - Ghanaian Cedi (GH) - `NGN` - Nigerian Naira (NG) - `UGX` - Ugandan Shilling (UG) - `TZS` - Tanzanian Shilling (TZ) - `XAF` - Central African CFA Franc (CM) - `XOF` - West African CFA Franc (BF, CI)
    - `wallet_type` 'SETTLEMENT' | 'WORKING' — * `SETTLEMENT` - SETTLEMENT * `WORKING` - WORKING
    - `current_balance` string, decimal, required
    - `available_balance` string, decimal, required
    - `updated_at` string, date-time, nullable, required
  - `charge_estimate` string, required
  - `total_amount_estimate` string, required
  - `total_amount` string, required
  - `transactions_count` string, required
  - `created_at` string, date-time, nullable, required
  - `updated_at` string, date-time, nullable, required

---

[API](https://skmtc.dev/intasend/apis/intasend-api.md) · [All operations](https://skmtc.dev/intasend/apis/intasend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/intasend/intasend-api/revisions/9fd63286a2c8/schema)
