Develop with getpaid API
getpaid provides a HTTP API built on REST principles, featuring predictable resource-oriented URLs, JSON-encoded request and response bodies, standard HTTP response codes, and robust API authentication.
To interact with the getpaid's solution, you can use the HTTP REST endpoints. See the API reference for the full API specification.
Environments
getpaid provides two environments with different base URLs:
- Sandbox environment for development and testing purposes at
https://api.sandbox.getpaid.io/v2alpha1
. - Live environment where actual operations are processed at
https://api.getpaid.io/v2alpha1
.
tip
When testing your integration you should connect to the sandbox environment and specify the appropriate audience when obtaining an access token as described in the authentication section. See the testing section for more details about how to test your integration.