Integration
Getpaid provides different integration methods to interact with the Getpaid solution depending on the grade of customization required to integrate with your system and offering low effort integration ways.
- Hosted experience with no need to host your own server with a good customization but more limited than other integration methods.
- Embedded experience based on web components embedded in your application with extended customization but requires more integration effort.
- API-only experience with full customization to manage yourself the look and feel of your application.
White-label interface
Getpaid allows embedding payments in your product without exposing Getpaid as your underlying provider. It affects:
- UI components and branding.
- Communication sources: emails, etc.
- Domain and URLs.
Transparency on data
Getpaid fully exposes all your data in the solution so you can access it as soon as Getpaid got it avoiding hidden information.
Environments
Getpaid provides two environments.
Environment | Purpose | API base URL | Dashboard URL |
---|---|---|---|
Sandbox | For development and testing purposes | https://api.sandbox.getpaid.io/v2 | https://dashboard.getpaid.io/sandbox |
Live | Where actual operations are processed | https://api.getpaid.io/v2 | https://dashboard.getpaid.io |
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.