Authorization header:
Getting your API keys
Sign up at dashboard.paybridgenp.com and go to Settings → API Keys.Key prefixes
The mode is fixed per key. A sandbox key can only create sandbox checkout sessions; a live key creates real payments.
Example request
Authentication errors
When authentication fails, the response body always includes acode field so your integration can branch on the failure mode without parsing human-readable messages.
Example invalid-key response:
Account suspended
If your merchant account has been suspended by PayBridgeNP, all API key requests return:403 Forbidden
Your API keys, checkout sessions, and hosted payment pages will all be blocked until the suspension is lifted. Contact support@paybridgenp.com to resolve.