The membership plugin in my scenario uses the Transaction ID to identify accounts in Authorize.NET - I have users that were pre-Authorize.NET and want to check if their ID matches a valid Authorize.NET ID.
May someone point me at an example of this via the API?
12-05-2016 01:46 PM
Hi @pcnweb,
You can get details of a particular transaction by calling the getTransactionDetailsRequest method. Using that method, you can query the API with a particular ID and see if it matches one of your transactions on our end.
If I'm misunderstanding your request or if you need any additional details, please let me know!
12-05-2016 01:54 PM