Paypal API, Curl request, get list of orders of customers

Liam-Nothing
Contributor
Contributor

Need a Curl command who can get all transaction_id between two dates.

 

Exemple :

curl -v -X GET https://api-m.sandbox.paypal.com/v1/reporting/transactions?start_date=2021-12-01T00:00:00-0700&end_d...&page=1 \
-H "Content-Type: application/json" \
-H "Authorization: Bearer %token%"

 

But without the transaction_id.

Login to Me Too
0 REPLIES 0

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.