Payment Gateway Hooks
arm_after_recurring_payment_completed_outside
This action is used to do action directly after all AUTO recurring payment of subscription type of plan is finished.
Hook Details
- Hook Type: Action
- Source: core/classes/class.arm_gateways_paypal.php
Usage:
Parameters:
$user_id
User ID
$plan_id
Plan ID
$payment_gateway
Payment Gateway
$payment_mode
Payment Method ‘Auto’ OR ‘Manual’
$user_subdata
Array of payment data like subscription ID, Customer ID, Token.
