# after_refund
Refund from admin interface was successful
# 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 |
transaction_id | int | Original transaction id that was subject of refund |
amount | float | Amount refunded |