WiPay
WAPIsv2.0.2User

Update Profile Picture

Replace the existing profile picture.

PATCH
/user/picture
AuthorizationBearer <token>

OAuth2 access token obtained from POST /auth/tokens.

In: header

picturefile

Image file (max 5 MB). Accepted: bmp, gif, jpeg, jpg, png, svg.

Formatbinary

Response Body

curl -X PATCH "https://tt.wipayfinancial.com/wapi/user/picture" \  -F picture="string"
{
  "message": "OK"
}
{
  "message": "string"
}