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
Post a Comment