Security and Implementation Best Practices
Use the following notes as final implementation reminders when storing and using Payblr credentials and access tokens.
- Store
client_secret values in a secure server-side secret manager.
- Rotate credentials according to your internal security policies or when requested by Payblr.
- Never expose access tokens or client secrets in front-end code, mobile applications, logs, screenshots, or shared documentation.
- Handle token expiration by requesting a new access token before the current token expires.