{
    "wallet_initial_balance": 354.69852633643,
    "wallet_after_balance": 350.9507260331652,
    "wallet_currency_exr": 1,
    "wallet_currency": "EUR",
    "product_currency": "EUR",
    "price": "3.7478003032648",
    "selling_rate": 46.84750379081059,
    "selling_price": "3.7478003032648",
    "selling_price_pyrwlt": 3.7478003032648,
    "agent_price_pyrwlt": 3.7478003032648,
    "agent_price": 3.7478003032648,
    "base_cost": 37.924169735418,
    "force_price": 39.820378222189,
    "force_price_min": 3.1856302577751,
    "force_price_max": 39.820378222189,
    "base_price": 39.820378222189,
    "base_price_min": 3.1856302577751,
    "base_price_max": 39.820378222189,
    "base_rcv_min": "2000",
    "base_rcv_max": "25000",
    "cost": 3.03393357883344,
    "admin_price": 3.18563025777512,
    "forced_price": 3.18563025777512,
    "commission_amount": 3,
    "discount_amount": 0,
    "service_charge": "1.25",
    "sender_amount": "3.7478003032648",
    "receiver_amount": "2000",
    "final_price": 45.09750379081059
}
parameters
"wallet_initial_balance",
"wallet_after_balance",
"wallet_currency_exr",
"wallet_currency",
"product_currency",
"price",
"selling_rate",
"selling_price",
"selling_price_pyrwlt",
"agent_price_pyrwlt",
"agent_price",
"base_cost",
"force_price",
"force_price_min",
"force_price_max",
"base_price",
"base_price_min",
"base_price_max",
"base_rcv_min",
"base_rcv_max",
"cost",
"admin_price",
"forced_price",
"commission_amount",
"discount_amount",
"service_charge",
"sender_amount",
"receiver_amount",
"final_price",

sales trx merchant
invoice_id,invoice_number,status,reset,product,phone,cost,commission,price,service_charge,paid_wallet,from_balance,to_balance,time,note,merchant_id,agent_id
admin: cost->admin_commission->price->agent_commission->agent_price->merchant_commission->merchant_price->service_charge->paid_wallet->from_balance->to_balance

my observations
user_id,merchant_id,agent_id,cm_id,pt_id,api_provider_id,api_provider_trx_id,product_id,country_id,channel,type,wallet_id,

columns
phone_number,customer_name,customer_email,customer_address,customer_city,customer_state,customer_zip,customer_country,customer_ip,customer_note,
merchant_name,merchant_email,merchant_address,merchant_city,merchant_state,merchant_zip,merchant_country,merchant_ip,merchant_note,
agent_name,agent_email,agent_address,agent_city,agent_state,agent_zip,agent_country,agent_ip,agent_note,

cm_name,cm_email,cm_address,cm_city,cm_state,cm_zip,cm_country,cm_ip,cm_note,

api_provider_name,api_provider_email,api_provider_address,api_provider_note,
product_name,product_code,product_description,product_category,product_subcategory,
product_price,product_currency,product_type,product_status,
product_image,product_weight,product_dimensions,product_sku,product_stock,
product_tags,
purchase_transaction_id,purchase_transaction_number,purchase_transaction_status,purchase_transaction_date,purchase_transaction_amount,purchase_transaction_currency,
purchase_transaction_type,purchase_transaction_method,purchase_transaction_note,
purchase_transaction_reference,purchase_transaction_invoice,purchase_transaction_order_id,

wallet
wallet_id,wallet_name,wallet_email,wallet_address,wallet_city,wallet_state,wallet_zip,wallet_country,wallet_ip,wallet_note,previous_balance,
wallet_current_balance,wallet_currency,wallet_status,wallet_type,wallet_provider,wallet_account_number,wallet_account_name,


