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 | Enviroment URL |
|---|---|---|
| Sandbox | https://sandbox-widgets.prioritycommerce.com/widgets-sdk/widget-sdk.js | https://sandbox-api.prioritycommerce.com/v1/client-secrets |
| Production | https://widgets.prioritycommerce.com/widgets-sdk/widget-sdk.js | https://api.prioritycommerce.com/v1 |
Updated 3 days ago