Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "name": "INVALID_REQUEST",
- "message": "Request is not well-formed, syntactically incorrect, or violates schema.",
- "debug_id": "6e0ce275c1f2",
- "details": [
- {
- "field": "/purchase_units/@reference_id=='default'/payee/merchant_id",
- "value": "H8TMF4ZLF6JAEY7C",
- "location": "body",
- "issue": "INVALID_STRING_LENGTH",
- "description": "The value of a field is either too short or too long."
- },
- {
- "field": "/purchase_units/@reference_id=='default'/payee/merchant_id",
- "value": "H8TMF4ZLF6JAEY7C",
- "location": "body",
- "issue": "INVALID_PARAMETER_SYNTAX",
- "description": "The value of a field does not conform to the expected format."
- }
- ],
- "links": [
- {
- "href": "https://developer.paypal.com/docs/api/orders/v2/#error-INVALID_PARAMETER_SYNTAX",
- "rel": "information_link",
- "encType": "application/json"
- },
- {
- "href": "https://developer.paypal.com/docs/api/orders/v2/#error-INVALID_STRING_LENGTH",
- "rel": "information_link",
- "encType": "application/json"
- }
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement