Quickstart
This guide will help you get set up and ready to use the Paypa Integration API. We will walk you through how to start using one of our API clients, how to make your first API request, and where to find all the additional information you need.
Before making any requests to the Paypa Integration API, you must first obtain your API Key and API Secret from the Paypa support team.
Using API Key and API Secret
Include your API Key in every request by sending it in the header under the parameter name "appKey". You will use your API Secret to generate the mandatory "sign" parameter required for all requests. Your API Secret is also used to verify callback data sent by Paypa.
Integration API Information
You can send requests to all endpoints using the base URL shown below.
Replace <service-name> with the Service Name provided to you by our team.
API Base URL
https://<service-name>.api.paypa.app
Please review the Notices & Limitations section carefully before beginning your integration. Failure to follow these rules may result in serious issues.
What's next?
Great — you now have your API information and you are ready to start the integration. Here are a few links to help you continue exploring the Paypa Integration API: