How to get App ID from paypal account

Sourav304
New Community Member

Hello Team ,
Can you be available to find any solutions regarding : how to get app ID from paypal sandbox Account ?

Login to Me Too
1 REPLY 1

MTS_Jennifer
Moderator
Moderator

Hello,

Thank you for posting to the PayPal Sandbox Community.

Unless you are using Adaptive payments which was deprecated for all new integrations a few years back, the AP ID is automatically returned with a Get Access token API request.

You receive a response like this below sample:

{
  "scope": "scope",
  "access_token": "Access-Token",
  "token_type": "Bearer",
  "app_id": "APP-80W284485P519543T",
  "expires_in": 31349,
  "nonce": "nonce"
}

 

If you are using Adaptive Payments the replacement is PayPal Commerce.

 

Thank you,

Jennifer

PayPal

 

Login to Me Too

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.