cancel
Showing results for 
Search instead for 
Did you mean: 
pradeep8823
Member
Status: New

Hello all, 

 

 

Any one knows about getting Transaction details by passing Subscription ids? Is there any apis or anyother way to get transaction information by using subscriptions ids?

 

Please let me know if there is any quick solution for this. i need to develop it in my project.

 

Thanks in advance.

2 Comments
NexusSoftware
Trusted Contributor

Using an ARBGetSubscriptionRequest, you are able to retrieve subscription transaction details by including a subscriptionId.

<?xml version="1.0" encoding="utf-8"?>
<ARBGetSubscriptionRequest xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd">
	<merchantAuthentication>
		<name>YOUR_API_LOGIN</name>
		<transactionKey>YOUR_TRANSACTION_KEY</transactionKey>
	</merchantAuthentication>
	<refId>123</refId>
	<subscriptionId>{INT}</subscriptionId>
</ARBGetSubscriptionRequest>
Soren4889
Member

Hi, as one of my employee Know about it because he is dealing all the transactional activities of mod app store. So I am going to share you link with him. He will guide you in details. Really appreciate your question and you have did a great job to asked here.