Dinger

Developer / Production API / CheckPhoneNumber

CheckPhoneNumber(UAB Pay & Sai Sai Pay)


Check phone number

Merchants need to use checkPhone API for using only UAB wallet(UAB Pay & Sai Sai Pay)


GET

{{baseurl}}checkPhone

baseurl for production - https://api.dinger.asia/


Request

This API requests phoneNumber and appName param.

Response

If UAB wallet is registered with requested phone number, it returns this response body.


{
    "code": "000",
    "message": "Request Success",
    "time": "20221227 165655",
    "response": {
        "Code": "000",
        "Message": "Success"
    }
}

If UAB wallet is not registered with requested phone number, it returns this response body.


{
    "code": "000",
    "message": "Request Success",
    "time": "20221227 165755",
    "response": {
        "Code": "021",
        "Message": "Invalid Wallet User"
    }
}