Check Personal Wallet (PhoneNumber)
POST
/v1/Account/CheckPersonalWallet
Bu serviste iki farklı sorgulama yöntemi bulunmaktadır: hesap numarasıyla veya telefon numarasıyla sorgulama yapılabilir.
Telefon numarasıyla sorgulama örneği bu sayfada yer almaktadır.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://stsapiuat.walletgate.io/v1/Account/CheckPersonalWallet' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone_country_number": "90",
"phone_number": "5536948584",
"currency_code": "TRY"
}'
Response Response Example
{
"status": 0,
"code": null,
"message": null,
"payload": {
"exist": true,
"wallet_number": "7654321000",
"first_name": "XX***",
"last_name": "xx****",
"currency_code": "TRY"
}
}
Request
Body Params application/json