WiPay
WAPIsv2.0.2Accounts

Update Account

Update one or more fields on an authorized account.

PATCH
/accounts/{account_number}
AuthorizationBearer <token>

OAuth2 access token obtained from POST /auth/tokens.

In: header

Path Parameters

account_numberstring
Match^[0-9]+$
email?string
Formatemail
Lengthlength <= 255
first_name?string
Match^[a-zA-Z\-\s]+$
Length2 <= length <= 255
last_name?string
Match^[a-zA-Z\-\s]+$
Length2 <= length <= 255
password?string
Formatpassword
Length8 <= length <= 30

Response Body

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