Infinity
  1. [Mobile]
Infinity
  • Start your Apidog journey
  • Infinity
    • Pomelo Card
      • [Mobile]
        • Mobile Login
          POST
        • Get OTP Activate Pomelo Card
          GET
        • Resent OTP Activate Card
          POST
        • Verify Activate Pomelo Card
          POST
        • Get URL View Card Details
          POST
        • Get Otp Set Pin Card
          POST
        • Resent Otp Set Pin Card
          POST
        • Verify Otp Set Pin Card
          POST
      • EkycCardHolder_Update
        • [EKyc]-Create
        • [EKyc]-Get Otp Approval Or Reject
        • [EKyc]-Resent OTP Approval Or Reject
        • [EKyc]-Verify OTP Approval Or Reject
        • [EKyc]-Filter Ekyc
        • [EKyc]-Get Kyc Detail
        • [Card Holder]-Filter Card Holder
        • [Card Holder]-Get Card Holder Detail
        • [CardHolder]-Edit CardHolder
      • [Batch]-Create
        POST
      • [Batch]-Resent OTP Create
        POST
      • [Batch]-Verify OTP Create
        POST
      • [Batch]-Get Pomelo Batch Card With Paging
        POST
      • [Batch]-Confirm Receved
        POST
      • [Batch]-Get Details
        POST
      • [CardHolder]-Get Presign Link
        POST
      • [CardHolder]-Create
        POST
      • [CardHolder]-Get Otp Approval Or Reject
        POST
      • [CardHolder]-Verify OTP Approval Or Reject
        POST
      • [CardHolder]-Resent OTP Approval Or Reject
        POST
      • [CardHolder]-Get Ekyc With Paging
        POST
      • [CardHolder]-Get With Paging
        POST
      • [CardHolder]-Get By Company With Paging
        POST
      • [CardHolder] - PresignLinkView
        POST
      • [Common]-Get Documents Type
        POST
      • [Common]-Get Nationalities
        POST
      • [Common]-Get Genders
        POST
      • [Card]-Get With Paging
        POST
      • [Card]-Get Details
        POST
      • [Card]-Get Details By CardID
        POST
      • [Card]-Get OTP Action
        POST
      • [Card]-Resent OTP Action
        POST
      • [Card]-Verify OTP
        POST
      • [Card]-Get Balance
        POST
      • [Card]-Confirm Received Card
        POST
      • [CardHolder]-Search
        POST
      • [Card]-GetTransactionHistory
        POST
      • [Account]-Get Account Details
        POST
      • [Card]-Get Cards By Batch
        POST
      • [Account]-Get Statement
        POST
      • [Card Holder] - Get Card Holder Detail
        POST
      • [Card]-Search Pomelo Card
        POST
      • [CardHolder]-Edit
        POST
    • Users
      • User Blacklist
        • [User Blacklist]- List User Black List
      • User Blacklist History
        • [User Blacklist History]- List User Blacklist History
      • [User]-Create
      • [User]-Login
      • [User]-Create User Type
      • [User]-Change Password
      • [User]-List
      • [User]-Forgot Password
      • [User]-Update Avatar
      • [User]-Update Info
      • [User]-Update Language
      • [User]-Update Token
      • [User]-Set Read Notification
      • [User]-Get Notifications
      • [User]-Update Device token
      • [User]-User Detail
      • [User]-Count Notification Unread
      • [User]-Verify OTP Forgot Password
      • [User]-Resent OTP Forgot Password
      • [User]-Get Iv
      • [User]-Get Otp Set Passcode
      • [User]-Verify Otp Set Passcode
      • [User]-Verify Passcode
    • Company
      • Company Blacklist
        • [Company]- List Company Black List
      • Company Blacklist History Copy
        • [Company]- List Company Blacklist History
      • [Company]-New Star
      • [Company]-New Satellite
      • [Company]-New Star Config
      • [Company]-Get Relationships
      • [Company]-Star By User
      • [Company]-Get Satellites
      • [Company]-Satellite Under Star
      • [Company]-Get Presign Link
      • [Company]-Set Bank Account
      • [Company]-Get Star Details
      • [Company]-Get Satellite Details
      • [Company]-Edit Star
      • [Company]-Edit Satellite
      • [Company]-Move Satellite
      • [Company]-Get OTP
      • [Company]-Resent OTP
      • [Company]-Verity OTP
      • [Company]-Get Overnight Money
      • [Company]-Save Overnight Money
      • [Company]-Get Request Open Company
      • [Company]-Set Status Request Open Account
      • [Company]-Get Docs By Type
      • [Company]-Add Special Clabe
      • [Company]-Get OTP Block Company
      • [Company]-Resent OTP Block Company
      • [Company]-Verify OTP Block Company
      • [Company]-Get Banks
      • [Company]-Get Galaxy
      • [Company]-Get Galaxy By User
      • [Company]-Pre-Sign Link Upload Blacklist Review Doc
      • [Company]-Pre-Sign Link Read Blacklist Review Doc
    • Group
      • [Group]-Get Channels
      • [Group]-Create Group
      • [Group]-Get Group By Star
      • [Group]-Get Details
      • [Group]-Get Details By DocID
      • [Group]-Edit Group
    • Transaction
      • [Transaction]-Get Transactions By Company V2
      • [Transaction]-Get Transactions By Company
      • [Transaction]-Get Pending Transactions
      • [Transaction]-Get Pending Transaction V2
      • [Transaction]-Get Details Pending Transaction
      • [Transaction]-Get Schedule Transaction
      • [Transaction]-Get Schedule Transaction V2
      • [Transaction]-Get Transaction Details
      • [Transaction]-Get Transaction Status
      • [Transactio] - Transfer Money
      • [Transactio] - Verify OTP
    • [External]Pomelo
      • request token
      • request batch of card
      • create user
      • create digital account
      • create user token
      • link card
      • deposit account
      • search card by shipment ID
      • search card by shipment ID Copy
      • get shipment
      • get card details
      • get account details
      • get card details full - test usage only
      • url activate card
    • External
      • Event Activated Card
      • Event Account Activity
    • ClientWeb
      • Login
      • Login 2Fa
      • Enable 2Fa
      • Verify 2Fa
  1. [Mobile]

Mobile Login

Developing
POST
https://dev-api.mxmidas.com/dev_pomelo/ppe_infinity_pomelo
#Pomelo-Mobile

Request

Query Params
api
string 
optional
Example:
login
Body Params application/json
email
string 
required
pwd
string 
required
sha256
cred
object (Credential) 
required
iv
string 
required
pubKey
string 
required
Example
{
    "email":"phuong.dinh@bankaool.com",
    "pwd":"b8c5433c9a32f0a1899a56ebaf47af8fec31524f74b752286a08785543d48ad3",
    "cred":{
        "iv":"iv_apidog",
        "pubKey":"pubkey"
    }
}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://dev-api.mxmidas.com/dev_pomelo/ppe_infinity_pomelo?api=login' \
--header 'Content-Type: application/json' \
--data-raw '{
    "email":"phuong.dinh@bankaool.com",
    "pwd":"b8c5433c9a32f0a1899a56ebaf47af8fec31524f74b752286a08785543d48ad3",
    "cred":{
        "iv":"iv_apidog",
        "pubKey":"pubkey"
    }
}'

Responses

🟢200Success
application/json
Body
code
integer 
required
message
string 
required
reqId
string 
required
payload
object 
required
created
string <date-time>
required
id
integer 
required
phone
string 
required
avatarLink
string 
required
name
string 
required
role
string 
required
email
string 
required
type
string 
required
roleName
string 
required
fatherName
string 
required
avatar
string 
required
motherName
string 
required
langCode
string 
required
fullName
string 
required
token
string 
required
sessionTimeout
integer 
required
isDisabled
boolean 
required
permissions
array [object {2}] 
required
Example
{
    "code": 0,
    "message": "string",
    "reqId": "string",
    "payload": {
        "created": "2019-08-24T14:15:22Z",
        "id": 0,
        "phone": "string",
        "avatarLink": "string",
        "name": "string",
        "role": "string",
        "email": "string",
        "type": "string",
        "roleName": "string",
        "fatherName": "string",
        "avatar": "string",
        "motherName": "string",
        "langCode": "string",
        "fullName": "string",
        "token": "string",
        "sessionTimeout": 0,
        "isDisabled": true,
        "permissions": [
            {
                "code": "string",
                "permissions": [
                    "string"
                ]
            }
        ]
    }
}
Modified at 2025-04-23 07:55:42
Previous
Start your Apidog journey
Next
Get OTP Activate Pomelo Card
Built with