0

How to get the service address and App ID of paypal?

James Z
  • 12,209
  • 10
  • 24
  • 44
asr
  • 3
  • 2

1 Answers1

0

MuleSoft is a company, so they don't have any relationship to it. I'm assuming you are talking in the context of MuleSoft's PayPal connector. Just reading the documentation it explains it:

  • Service Address PayPal endpoint reference. Refer to this for PayPal endpoints.
  • App Id PayPal Application ID.

If you need help with the application ID, you can find a previous answer about getting a PayPal application id.

aled
  • 21,330
  • 3
  • 27
  • 34
  • I didn't understand this service endpoints. Could you please say about it... – asr Jul 15 '21 at 17:45
  • any example of service address? – asr Jul 16 '21 at 04:03
  • That's something defined by PayPal. Depending on what services of the API you are accessing you need to choose one of the endpoints. It is explained at https://developer.paypal.com/docs/nvp-soap-api/gs-PayPalAPIs/#endpoint. You need to be familiar with the PayPal API. – aled Jul 16 '21 at 14:11