WiPay
WAPIsv2.0.2User

Update Phone

Update the authenticated user's phone number.

PATCH
/user/phone
AuthorizationBearer <token>

OAuth2 access token obtained from POST /auth/tokens.

In: header

phonestring

Phone number in E.164 format (e.g. +18687778899).

Match^\+[1-9]\d{1,14}$

Response Body

curl -X PATCH "https://tt.wipayfinancial.com/wapi/user/phone" \  -H "Content-Type: application/json" \  -d '{    "phone": "string"  }'
{
  "message": "OK"
}
{
  "message": "string"
}