Skip to main content
GET
Get Deposit Onchain Status
Get the status of a deposit on-chain transaction, including both mobile money collection and blockchain transfer details.

Response Structure

The response contains two parts:
  1. mobile_money - Status of the mobile money collection
  2. onchain - Status of the blockchain transfer

Status Values

Mobile Money Status

Crypto Received Status

Example Response

Webhook Notification

You’ll receive a webhook when the transaction completes:

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

reference_id
string
required

Response

success
boolean
Example:

true

message
string
Example:

"Deposit status successfully retrieved."

data
object