Loading...
Loading...
https://merchant.paywize.inGenerate OAuth access tokens for authenticated UPI Collection API calls.
Last updated: 2026-07-06
POST /api/v1/auth/clients/token
Content-Type: application/json
{
"api_key": "your_api_key",
"secret_key": "your_secret_key"
}
{
"respCode": 2000,
"respMessage": "Token generated successfully",
"data": "KmttF9gxSto47YuYWKuJB8rOfVlVL/VE0bu/D6+d1/...encrypted_token",
"expiresIn": 300,
"tokenType": "Bearer"
}
eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ...decrypted_token
| Code | Message |
|---|---|
| 2000 | Token generated successfully |
| 4001 | Unauthorized access |