# 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

# Sample hook files

Last Updated: 3/17/2023, 8:40:19 AM