Advertisement
Guest User

Untitled

a guest
Feb 26th, 2020
305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. GET https://api.stripe.com/v1/products?ending_before=prod_GmfArzq8mhgkCG&starting_after=prod_Gmfqy0RhgFgHu7
  2. Authorization: Basic ********
  3. Stripe-Version: 2018-05-21
  4.  
  5. ------
  6. Received from Stripe:
  7. ------
  8. HTTP/1.1 400 Bad Request
  9. Cache-Control: no-cache, no-store
  10. Connection: keep-alive
  11. Date: Thu, 27 Feb 2020 02:38:40 GMT
  12. Server: nginx
  13. Content-Length: 159
  14. Content-Type: application/json
  15. Access-Control-Allow-Credentials: true
  16. Access-Control-Allow-Methods: GET, POST, HEAD, OPTIONS, DELETE
  17. Access-Control-Allow-Origin: *
  18. Access-Control-Expose-Headers: Request-Id, Stripe-Manage-Version, X-Stripe-External-Auth-Required, X-Stripe-Privileged-Session-Required
  19. Access-Control-Max-Age: 300
  20. Client-Date: Thu, 27 Feb 2020 02:38:33 GMT
  21. Client-Peer: 34.200.47.89:443
  22. Client-Response-Num: 1
  23. Client-SSL-Cert-Issuer: /C=US/O=DigiCert Inc/OU=www.digicert.com/CN=DigiCert SHA2 Extended Validation Server CA
  24. Client-SSL-Cert-Subject: /businessCategory=Private Organization/jurisdictionC=US/jurisdictionST=Delaware/serialNumber=4675506/C=US/ST=California/L=San Francisco/O=Stripe, Inc/CN=api.stripe.com
  25. Client-SSL-Cipher: ECDHE-RSA-AES128-GCM-SHA256
  26. Client-SSL-Socket-Class: IO::Socket::SSL
  27. Request-Id: req_TksOVbiEmZxLox
  28. Strict-Transport-Security: max-age=31556926; includeSubDomains; preload
  29. Stripe-Version: 2018-05-21
  30.  
  31. {
  32. "error": {
  33. "message": "Received both starting_after and ending_before parameters. Please pass in only one.",
  34. "type": "invalid_request_error"
  35. }
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement