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

r - how do you merge two data frames the best way? -

How to debug "expected android.widget.TextView but found java.lang.string" in Android? -

php - mySQL problems with this code? -