{
"success": true,
"message": "Deposit status successfully retrieved.",
"data": {
"mobile_money": {
"id": "5f9b2c7b9c9d6b0017b4e6b1",
"amount": 10,
"wallet_id": "5f9b2c7b9c9d6b0017b4e6b1",
"status": "PENDING",
"reference_number": 123,
"created_at": "2023-11-07T05:31:56Z",
"transaction_cost": 123,
"transaction_amount": 123,
"customer_key": "<string>",
"callback_url": "https://example.com",
"reference_id": "5f9b2c7b9c9d6b0017b4e6b1",
"provider": "<string>",
"providerReference": "<string>",
"providerRequest": "<string>",
"providerResponse": "<string>",
"callbackUrlStatus": 123,
"callbackResponse": "<string>",
"callbackPayload": {},
"transactionError": "<string>",
"retries": 123,
"network": "<string>",
"currency": "<string>",
"environment": "<string>",
"integratorsAmount": 123,
"wallet": {},
"customer": {},
"paymentLinkTransaction": {},
"updatedAt": "<string>",
"confirmation_id": "<string>",
"threeDSEci": "<string>",
"uniqueIdentifier": "<string>",
"initialDepositBalance": 123,
"finalDepositBalance": 123,
"error_message": "<string>",
"error_code": "<string>",
"error_description": "<string>"
},
"onchain": {
"chain": "ETHEREUM",
"token": "CUSD",
"public_address": "<string>",
"reference_id": "<string>",
"crypto_amount": "<string>",
"transaction_hash": "<string>",
"status": "PENDING",
"crypto_received_status": "PENDING"
}
}
}