WAPIsv2.0.2User
Update Bank Account
Update fields on a configured Bank Account. At least one field must be provided. User must be verified.
AuthorizationBearer <token>
OAuth2 access token obtained from POST /auth/tokens.
In: header
Path Parameters
typestring
Value in
"local" | "foreign"bank_name?string
Must be a valid Bank name from configuration.
bank_account?string
Bank Account number (digits only).
Match
^[0-9]+$name_in_bank?string
Length
length <= 255bank_account_type?string
Required for Jamaica only.
Value in
"chequing" | "savings"bank_branch?string
Required for Jamaica only.
Length
length <= 255bank_address?string
Length
length <= 255beneficiary_account_number?string
Length
length <= 255beneficiary_address?string
Length
length <= 255beneficiary_bank_swift_or_routing_code?string
Length
length <= 255beneficiary_bank?string
Length
length <= 255beneficiary_name?string
Length
length <= 255intermediary_bank_address?string
Length
length <= 255intermediary_bank_routing_number_or_aba?string
Length
length <= 255intermediary_bank_swift_code?string
Length
length <= 255intermediary_bank?string
Length
length <= 255Response Body
curl -X PATCH "https://tt.wipayfinancial.com/wapi/user/banks/local" \ -H "Content-Type: application/json" \ -d '{}'{
"message": "OK"
}{
"message": "string"
}{
"message": "string"
}