c# paypal rest api transaction search -


so have spent bit of time reading paypal rest api docs. struggling see how can list of completed transactions given date range (1 day).

i have inherited application uses form post method capture payment , there webservice callback provides status of transaction. thing captured call status , transaction reference.

i trying date range of transactions reconciliation purposes appreciate pointers regarding api. have looked @ getting single 'sale' using /v1/payments/sale/ show sales created using rest api, not how has been created.

my solution in c#. appreciated.

use startdate , enddate according https://developer.paypal.com/webapps/developer/docs/classic/api/merchant/transactionsearch_api_operation_nvp/ or responses , use timestamps create range inside c# in filter response.


Comments

Popular posts from this blog

javascript - Chart.js (Radar Chart) different scaleLineColor for each scaleLine -

apache - Error with PHP mail(): Multiple or malformed newlines found in additional_header -

java - Android – MapFragment overlay button shadow, just like MyLocation button -