Skip to content

Update sample3.json with error response details#11

Open
granjacours15-sudo wants to merge 1 commit into
TavstalDev:stablefrom
The-cribgang:patch-1
Open

Update sample3.json with error response details#11
granjacours15-sudo wants to merge 1 commit into
TavstalDev:stablefrom
The-cribgang:patch-1

Conversation

@granjacours15-sudo

@granjacours15-sudo granjacours15-sudo commented Jul 1, 2026

Copy link
Copy Markdown

{
"name": "INVALID_REQUEST",
"message": "Request is not well-formed, syntactically incorrect, or violates schema.",
"debug_id": "2f541ace12987",
"details": [
{
"field": "/notify_payer",
"issue": "INVALID_PARAMETER_VALUE",
"description": "The value of a field is invalid.",
"location": "body"
}
],
"links": [
{
"href": "https://developer.paypal.com/docs/api/orders/v2/#error-INVALID_PARAMETER_VALUE",
"rel": "information_link",
"method": "GET"
}
]
}

Summary

Type of change

  • Bugfix
  • New feature
  • Documentation update
  • Refactor
  • Tests
  • CI / tooling

Checklist

  • I have read the CONTRIBUTING.md guidelines
  • My code follows the project's coding style and conventions
  • I added or updated tests where applicable
  • All tests pass locally
  • I updated the documentation if needed (README / docs)
  • I added an entry to CHANGELOG.md if appropriate
  • This PR does not include any secrets or sensitive information

How to test

Further comments for reviewers

{
  "name": "INVALID_REQUEST",
  "message": "Request is not well-formed, syntactically incorrect, or violates schema.",
  "debug_id": "2f541ace12987",
  "details": [
    {
      "field": "/notify_payer",
      "issue": "INVALID_PARAMETER_VALUE",
      "description": "The value of a field is invalid.",
      "location": "body"
    }
  ],
  "links": [
    {
      "href": "https://developer.paypal.com/docs/api/orders/v2/#error-INVALID_PARAMETER_VALUE",
      "rel": "information_link",
      "method": "GET"
    }
  ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant