WAPIsv2.0.2Accounts
Update Account
Update one or more fields on an authorized account.
AuthorizationBearer <token>
OAuth2 access token obtained from POST /auth/tokens.
In: header
Path Parameters
account_numberstring
Match
^[0-9]+$email?string
Format
emailLength
length <= 255first_name?string
Match
^[a-zA-Z\-\s]+$Length
2 <= length <= 255last_name?string
Match
^[a-zA-Z\-\s]+$Length
2 <= length <= 255password?string
Format
passwordLength
8 <= length <= 30Response Body
curl -X PATCH "https://tt.wipayfinancial.com/wapi/accounts/string" \ -H "Content-Type: application/json" \ -d '{}'{
"message": "OK"
}{
"message": "string"
}{
"message": "string"
}