1. Collection Request
ZamuPay API Documentation
  • Introduction
  • Definitions
    • Data Types
  • Authorization
    • Overview
    • Token Request
      POST
    • Find Transaction Routes
      GET
    • Health Check
      GET
  • Checkout Request
    • Overview
    • Checkout Order Request
      POST
    • Query Checkout Request
      GET
    • Checkout Callback Request
      POST
  • Payment Request
    • Payment Order Request
      POST
    • Reject Order By OriginatorConversationId
      POST
    • Find Payment Order By OriginatorConversationId
      GET
  • Collection Request
    • Find Express Deposit By OriginatorConversationId
      GET
    • Express Deposit Request
      POST
  • Bill Payments
    • Bill Number
      POST
    • Find Bill Number By Service Id and Account Number
      GET
    • Bill Request
      POST
    • Find Bill Request By Originator Converstion Id
      GET
    • Find Bill Services
      GET
  • KYC
    • Account Number Validation Request
      POST
    • KYC Validation
      POST
    • KYC Validation
      GET
    • Find Account Validation Status by SystemTraceAuditNumber
      GET
  • Payment Links
    • Find Payment Links By Id
    • Create Payment Link
    • Update Payment Link
  • Customer Accounts
    • Balance Check
    • Find Charges By TransactionTypeId
  • Airtime Purchase
    • Airtime Purchase
    • Find Airtime Purchases By OriginatorConversationId
  1. Collection Request

Find Express Deposit By OriginatorConversationId

https://auth.zamupay.com
https://auth.zamupay.com
https://auth.zamupay.com
https://auth.zamupay.com
GET
/v1/express-deposit/check-status
This request returns an order based on the OriginatingConversationId which is the unique identifier that you provide with every Post Express Deposit request.

Sample success response:#

{
    "conversationId": "16780000-a97d-3024-e35a-08d95002792d",
    "originatorConversationId": "sddddtssssss1wqqqqsssss09",
    "merchantRequestID": "11484-25304091-4",
    "phoneNumber": "254799182092",
    "mpesaReceiptNumber": null,
    "resultCode": "0",
    "resultDesc": "The service request is processed successfully."
}

Sample failed response:#

{
    "id": "16780000-a97d-3024-00d0-08d936d2e2cb",
    "idType": "SystemConversationId",
    "message": "An exception occurred while processing your request!"
}

Request

Authorization
Bearer Token
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
or
Query Params

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://auth.zamupay.com/v1/express-deposit/check-status?OriginatorConversationId' \
--header 'Authorization: Bearer <token>'
Response Response Example
{}
Modified at 2026-01-29 06:16:15
Previous
Find Payment Order By OriginatorConversationId
Next
Express Deposit Request
Built with