Buy Transaction Processing

This event is dispatched during the transaction processing phase. It is sent from the moment the system receives and confirms the fiat deposit, through to the initiation and completion of the crypto payout.

{
  "event": "buy_transaction.processing",
  "data": {
    "mode": "buy",
    "status": "processing",
    "network": "trc20",
    "public_id": "a0f80737-f542-49f2-81dc-303be971839e",
    "to_amount": "1.85",
    "created_at": "2025-04-14T08:41:12.696Z",
    "updated_at": "2025-04-15T17:39:59.837Z",
    "from_amount": "3000.0",
    "to_currency": "usdt",
    "fiat_deposit": {
      "fee": "9.99",
      "amount": "9.99",
      "status": "success",
      "currency": "ngn",
      "public_id": "ffbd4fc9-ed12-4df4-91b9-869c097990fc",
      "created_at": "2025-04-15T17:35:58.120Z",
      "updated_at": "2025-04-15T17:35:58.120Z"
    },
    "crypto_payout": null,
    "from_currency": "ngn",
    "blockchain_fee": "1.0",
    "merchant_reference": "usebr-gtextccnv"
  }
}
{
  "event": "buy_transaction.processing",
  "data": {
    "mode": "buy",
    "status": "processing",
    "network": "trc20",
    "public_id": "a0f80737-f542-49f2-81dc-303be971839e",
    "to_amount": "1.85",
    "created_at": "2025-04-14T08:41:12.696Z",
    "updated_at": "2025-04-15T17:39:59.837Z",
    "from_amount": "3000.0",
    "to_currency": "usdt",
    "fiat_deposit": {
      "fee": "9.99",
      "amount": "9.99",
      "status": "success",
      "currency": "ngn",
      "public_id": "ffbd4fc9-ed12-4df4-91b9-869c097990fc",
      "created_at": "2025-04-15T17:35:58.120Z",
      "updated_at": "2025-04-15T17:35:58.120Z"
    },
    "crypto_payout": {
      "amount": "9.99",
      "status": "processing",
      "address": "0xfjjkfjnmfn",
      "network": "trc20",
      "currency": "usdt",
      "public_id": "0594ea31-8d0b-4691-8b95-b4ae9057ab1b",
      "created_at": "2025-04-15T17:37:37.125Z",
      "updated_at": "2025-04-15T17:37:37.125Z",
      "processor_fee": 1,
      "transaction_hash": "xdkkdlf"
    },
    "from_currency": "ngn",
    "blockchain_fee": "1.0",
    "merchant_reference": "usebr-gtextccnv"
  }
}