Sell Transaction Processing
This event is dispatched during the transaction processing phase. It is sent from the moment the system receives and confirms the crypto deposit, through to the initiation and completion of the fiat payout.
{
"event": "sell_transaction.processing",
"data": {
"mode": "sell",
"status": "processing",
"network": "trc20",
"public_id": "80597fec-b337-4e87-a4c4-31da5462231e",
"to_amount": "3211.04",
"created_at": "2025-04-14T17:11:37.513Z",
"updated_at": "2025-04-15T17:22:11.623Z",
"fiat_payout": null,
"from_amount": "2.0",
"to_currency": "ngn",
"from_currency": "usdt",
"crypto_deposit": {
"txid": "tx_123",
"amount": "1.5",
"status": "accepted",
"network": "btc",
"currency": "ngn",
"public_id": "b607455c-428b-4637-ba72-baeec2cc65fa",
"created_at": "2025-04-15T17:20:36.007Z",
"updated_at": "2025-04-15T17:20:36.007Z"
},
"merchant_reference": "tx12345-raqmddvsp-12221-test21"
}
}
{
"event": "sell_transaction.processing",
"data": {
"mode": "sell",
"status": "processing",
"network": "trc20",
"public_id": "80597fec-b337-4e87-a4c4-31da5462231e",
"to_amount": "3211.04",
"created_at": "2025-04-14T17:11:37.513Z",
"updated_at": "2025-04-15T17:22:11.623Z",
"fiat_payout": {
"amount": "2000.0",
"status": "processing",
"currency": "ngn",
"public_id": "18b53d2b-8660-4ff4-a19b-0b1c4f965b80",
"created_at": "2025-04-15T17:21:23.953Z",
"updated_at": "2025-04-15T17:21:23.953Z",
"completed_at": null,
"processor_fee": "50"
},
"from_amount": "2.0",
"to_currency": "ngn",
"from_currency": "usdt",
"crypto_deposit": {
"txid": "tx_123",
"amount": "1.5",
"status": "accepted",
"network": "btc",
"currency": "ngn",
"public_id": "b607455c-428b-4637-ba72-baeec2cc65fa",
"created_at": "2025-04-15T17:20:36.007Z",
"updated_at": "2025-04-15T17:20:36.007Z"
},
"merchant_reference": "tx12345-raqmddvsp-12221-test21"
}
}
Updated about 20 hours ago