Hi,
Im calling ARBGetSubscriptionRequest with the property includeTransactions = TRUE
but im not getting any ARBTransactions
![ARBTransactionNoResult.png ARBTransactionNoResult.png]()
but checking my parameter SubscriptionID(5212652) is returning the correct ARBTransaction in the API "try it" site.
<?xml version="1.0" encoding="utf-8"?>
<ARBGetSubscriptionResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd">
<messages>
<resultCode>
Ok
</resultCode>
<message>
<code>
I00001
</code>
<text>
Successful.
</text>
</message>
</messages>
<subscription>
<name>
Paid Subscription
</name>
<paymentSchedule>
<interval>
<length>
12
</length>
<unit>
months
</unit>
</interval>
<startDate>
2018-06-09
</startDate>
<totalOccurrences>
9999
</totalOccurrences>
<trialOccurrences>
0
</trialOccurrences>
</paymentSchedule>
<amount>
1199.00
</amount>
<trialAmount>
0.00
</trialAmount>
<status>
active
</status>
<profile>
<merchantCustomerId>
937
</merchantCustomerId>
<email>
jbu.jbu12345678.9@gmail.com
</email>
<customerProfileId>
1504661659
</customerProfileId>
<paymentProfile>
<customerType>
individual
</customerType>
<billTo>
<firstName>
testtrial777
</firstName>
<lastName>
test
</lastName>
<company>
company
</company>
<address>
addresssstest,
</address>
<city>
San Diego
</city>
<state>
73
</state>
<zip>
92101
</zip>
<country>
USA
</country>
</billTo>
<customerPaymentProfileId>
1503964908
</customerPaymentProfileId>
<payment>
<creditCard>
<cardNumber>
XXXX1111
</cardNumber>
<expirationDate>
XXXX
</expirationDate>
</creditCard>
</payment>
</paymentProfile>
</profile>
<order>
<invoiceNumber>
631
</invoiceNumber>
<description>
Order ID: 631
</description>
</order>
<arbTransactions>
<arbTransaction>
<transId>
40014774658
</transId>
<response>
This transaction has been approved.
</response>
<submitTimeUTC>
2018-06-09T08:53:51.89
</submitTimeUTC>
<payNum>
1
</payNum>
<attemptNum>
1
</attemptNum>
</arbTransaction>
</arbTransactions>
</subscription>
</ARBGetSubscriptionResponse>
Am I missing something?
thanks in advance!
-Chris