# after_transactionadd
Transaction has been successfully stored in HostBill database
# Hook parameter
An array
is passed to hook containing following keys/values:
Key | Type | Description |
---|---|---|
client_id | int | Related client ID |
invoice_id | int | Related invoice ID |
trans_id | int | Original transaction id that was subject of refund |
currency_id | int | Amount refunded |
module | string | Related gateway name |
date | string | Transaction date |
descr | string | Transaction description |
in | float | In amount |
fee | float | Applied fees (if any) |
out | float | Amount sent to gateway from your account (if any) |