Payment Gateway Hooks
arm_after_authorize_net_free_payment
This action is used to do action only after user paid 0 amount for paid finite OR paid Infinite type of plan using Authorize.net payment gateway.
Hook Details
- Hook Type: Action
- Source: core/classes/class.arm_gateways_authorize_net.php
Usage:
Parameters:
$plan
Plan Object
$payment_log_id
ID of row of database table where payment history added.
$arm_is_trial
Whether user paid for trial period or not?
$coupon_code
Coupon Code used while payment.
$extraParam
Array of extra parameters like plan_amount, paid_amount, coupon_amount etc.
