Developer / Staging 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 staging - https://staging.dinger.asia/payment-gateway-uat/
This API requests phoneNumber and appName param.
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" } }