Advertisement
verygoodplugins

Untitled

Mar 22nd, 2022
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. {
  2. "name": "INVALID_REQUEST",
  3. "message": "Request is not well-formed, syntactically incorrect, or violates schema.",
  4. "debug_id": "6e0ce275c1f2",
  5. "details": [
  6. {
  7. "field": "/purchase_units/@reference_id=='default'/payee/merchant_id",
  8. "value": "H8TMF4ZLF6JAEY7C",
  9. "location": "body",
  10. "issue": "INVALID_STRING_LENGTH",
  11. "description": "The value of a field is either too short or too long."
  12. },
  13. {
  14. "field": "/purchase_units/@reference_id=='default'/payee/merchant_id",
  15. "value": "H8TMF4ZLF6JAEY7C",
  16. "location": "body",
  17. "issue": "INVALID_PARAMETER_SYNTAX",
  18. "description": "The value of a field does not conform to the expected format."
  19. }
  20. ],
  21. "links": [
  22. {
  23. "href": "https://developer.paypal.com/docs/api/orders/v2/#error-INVALID_PARAMETER_SYNTAX",
  24. "rel": "information_link",
  25. "encType": "application/json"
  26. },
  27. {
  28. "href": "https://developer.paypal.com/docs/api/orders/v2/#error-INVALID_STRING_LENGTH",
  29. "rel": "information_link",
  30. "encType": "application/json"
  31. }
  32. ]
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement