Payment Gateway Hooks
arm_after_recurring_payment_success_outside
This action is used to do action directly after recurring payment of subscription type of plan is completed.
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.
