Skip to content

Instantly share code, notes, and snippets.

@khanghoang
Last active April 21, 2020 01:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save khanghoang/4c85b758ad9ba057191303579aba7c7e to your computer and use it in GitHub Desktop.
Save khanghoang/4c85b758ad9ba057191303579aba7c7e to your computer and use it in GitHub Desktop.
Getting the PayPal's debug-id

For Chrome

1. Open Inspector

Right click on the page -> Select Inspect -> Select Network tab image

2. Looking for EC token

Click on the credit card icon to open Inline Guest.
Search for counter.cgi in the Network tab image

3. Getting the EC token

Click on the request, copy the full Request Url in the right panel. image This is an example how the url looks like

https://b.stats.paypal.com/v2/counter.cgi?p=EC-7WG36255K9873394U&s=INLINE_GUEST

4. Getting the Debug ID for generic error

Fill out all the information and click Pay Now. Search for graphql in the Network tab. Click on the red request, in the Response Header section, look for Paypal-Debug-Id image image This is an example how it looks like

Paypal-Debug-Id: cc44b915bc1d4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment