You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* for now, we are yet to implement the ShowAllInvoices endpoint, so use the following cURL request for the same(this gives you the list of invoice-IDs for this customer)
291
-
```bash
292
-
curl -v -X GET https://api-m.sandbox.paypal.com/v2/invoicing/invoices?total_required=true \
293
-
-H "Content-Type: application/json" \
294
-
-H "Authorization: Bearer <Token>"
295
-
```
280
+
- for now, we are yet to implement the ShowAllInvoices endpoint, so use the following cURL request for the same(this gives you the list of invoice-IDs for this customer)
281
+
282
+
```bash
283
+
curl -v -X GET https://api-m.sandbox.paypal.com/v2/invoicing/invoices?total_required=true \
284
+
-H "Content-Type: application/json" \
285
+
-H "Authorization: Bearer <Token>"
286
+
```
296
287
297
-
* refer to the beginning of this Usage section for obtaining a Token.
298
-
288
+
- refer to the beginning of this Usage section for obtaining a Token.
0 commit comments