WAPIsv2.0.2User
Delete Bank Account
Remove the configured local or foreign Bank Account.
AuthorizationBearer <token>
OAuth2 access token obtained from POST /auth/tokens.
In: header
Path Parameters
typestring
Value in
"local" | "foreign"Response Body
curl -X DELETE "https://tt.wipayfinancial.com/wapi/user/banks/local"{
"message": "OK"
}{
"message": "string"
}Update Bank AccountPATCH
Update fields on a configured Bank Account. At least one field must be provided. User must be verified.
Get Withdrawal MetadataGET
Retrieve withdrawal metadata including supported banks, identification types with validation patterns, status codes, and withdrawal types. This endpoint is public and requires no authentication. Response is cached for 60 seconds.