Get Access Token
Pay4Power uses bearer-token authentication for protected B2B API calls. Start every integration by exchanging your client credentials for an access token, then include that token in the Authorization header for subsequent requests.
Token endpoint
Request credentials
Keep credentials server-side. Do not ship them in mobile apps, browser code, or public repositories.
Example request
Use the token
After you receive the token, call the services and providers endpoints to discover the bill-payment products available to your account.
Operational notes
- Request a fresh token before the current token expires.
- Store tokens only in secure backend memory or a protected secret store.
- Treat authentication failures as non-retryable until credentials or access permissions are corrected.
