EasyPaisa (Phoenix) API
Telenor EasyPaisa Pakistan — OTP login, profile, balance, transactions, and transfer.
Overview
Base URL: https://api.openbankinggateway.com — all responses use the unified {code, data} envelope.
Session flow: complete the login endpoints to receive a gateway token, then pass it as token= to every authenticated endpoint.
Transparency: the raw upstream fintech JSON is included under data.upstream on every response — success and error alike.
Fill in the parameters on any endpoint below and hit Send request to call the live gateway, or copy the curl example to run it from your terminal.
Auth
/api/phoenix/login/request-otpTrigger login OTP via /urm/v2/users/status
| Parameter | In | Value |
|---|---|---|
phone* | query |
/api/phoenix/login/verify-otpVerify OTP via /urm/v2/otp/check and issue session token
| Parameter | In | Value |
|---|---|---|
phone* | query | |
otp* | body |
Account
/api/phoenix/profilePersonal information (token required)
| Parameter | In | Value |
|---|---|---|
token* | query |
/api/phoenix/balanceAccount balance (token required)
| Parameter | In | Value |
|---|---|---|
token* | query |
/api/phoenix/transaction-historyTransaction history with pagination (token required)
| Parameter | In | Value |
|---|---|---|
token* | query | |
pageNum* | query | |
pageSize* | query | |
accountNo | query |
Transfer
/api/phoenix/send-moneyEasyPaisa wallet transfer (token required)
| Parameter | In | Value |
|---|---|---|
token* | query | |
amount* | body | |
receiver* | body | |
fromAccount* | body | |
remark | body |