For some subscription transactions recurringBilling field is false but it does have the subscription id parameter. Why is it so. Is it a subscription type payment or not?
Here is the snippet of Output.
[subscription] => SimpleXMLElement Object ( [id] => XXXXXX [payNum] => 1 )
[recurringBilling] => false
05-02-2015 12:39 AM
Hi Sarita555,
The Recurring Billing Transaction : TRUE, FALSE,T, F, YES, NO, Y, N,1, 0 is a field used as an indicator by the Merchant Service Provider to identify if a transaction originates from the merchant hosted recurring billing applications. It doesn’t create a recurring subscription for your customer when you set this field to to yes or true because this value is not affiliated with the Automated Recurring Billing service.
Thanks,
Joy
05-04-2015 07:32 AM