Paypal API, Curl request, get list of orders of customers
Liam-Nothing
Contributor
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on
Dec-14-2021
02:39 PM
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.
Labels:
- Labels:
-
IPN
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.
Related Content
- p is not a function error using the example downloaded from Paypal in SDKs
- Error payment in PayPal Payments Standard
- Paypal 3DS intigration error in NVP/SOAP APIs
- PERMISSION_DENIED error for checkout/orders/{order_id} endpoint in REST APIs
- Are there any restrictions to charge using only html, vanilla javascript and php with rest api? in REST APIs