Getting Started
Core configuration required to securely activate your integration.
Before you begin
Ensure you have the following prerequisites in place before starting your integration:
| Item | Description |
|---|---|
| API Bearer Token | A valid token for authentication.Contact the PCE Integration Support to obtain one. |
| Client Secret Endpoint | Access to POST /client-secrets (sandbox and/or production). |
| Business ID | Your unique businessId assigned during onboarding of merchant. Contact the PCE Account Management if you need assistance. |
| HTTPS | Your application must be served over HTTPS in production. |
Environment URLs
Our platform provides separate environments for testing and live transactions. Ensure you use the correct base URLs and credentials based on your integration stage.
| Environment | Widget script URL |
|---|---|
| Sandbox | https://sandbox-widgets.prioritycommerce.com/widgets-sdk/widget-sdk.js |
| Production | https://widgets.prioritycommerce.com/widgets-sdk/widget-sdk.js |
Updated 1 day ago