1. Home
  2. Developers
  3. Hooks in Handling Payments

Hooks in Handling Payments

Hooks used in handling payments.

wpinv_status_{$new_status} Fires after an invoice status has been changed.
wpinv_status_{$old_status}_to_{$new_status} Fires after an invoice status has been changed.
wpinv_update_status Fires after an invoice status has been changed.
wpinv_complete_payment Fires after an invoice status has been marked as paid.
wpinv_post_refund_invoice Fires after an invoice amount has been refunded.
wpinv_recurring_add_subscription_payment Fires after a new invoice created for recurring payment.
wpinv_recurring_record_payment Fires after an recurring payment has been recorded.
Was this helpful to you? Yes No