Recommend this page to a friend! |
Classes of Samuel Adeshina | PHP Authorize.net SIM | sdk/doc/TD.markdown | Download |
|
DownloadTransaction Details APIBasic OverviewThe AuthorizeNetTD class creates a request object for submitting requests to the Authorize.Net Transaction Details API. The AuthorizeNetTD class returns a response that uses PHP's bundled SimpleXML class for accessing it's members. The AuthorizeNetTD response provides two ways to access response elements: 1.) A SimpleXml object:
2.) Xpath:
3.) AuthorizeNet Objects (todo) Get Transaction Details
Get Settled Batch List
Get Transaction List
There are two additional helper methods in the PHP SDK which will make multiple calls to retrieve a day's worth of transactions or a month's worth of batches:
If you don't pass parameters into these methods they will default to the current day/month. |