WAPIsv2.0.2User
Create Bank Account
Configure a local or foreign Bank account for the authenticated user. User must be verified.
AuthorizationBearer <token>
OAuth2 access token obtained from POST /auth/tokens.
In: header
Path Parameters
typestring
Bank account type (local or foreign).
Value in
"local" | "foreign"bank_namestring
Must be a valid Bank name from configuration.
bank_accountstring
Bank Account number (digits only).
Match
^[0-9]+$name_in_bankstring
Length
length <= 255bank_account_type?string
Required for Jamaica only.
Value in
"chequing" | "savings"bank_branch?string
Required for Jamaica only.
Length
length <= 255bank_addressstring
Length
length <= 255beneficiary_account_numberstring
Length
length <= 255beneficiary_addressstring
Length
length <= 255beneficiary_bank_swift_or_routing_codestring
Length
length <= 255beneficiary_bankstring
Length
length <= 255beneficiary_namestring
Length
length <= 255intermediary_bank_addressstring
Length
length <= 255intermediary_bank_routing_number_or_abastring
Length
length <= 255intermediary_bank_swift_codestring
Length
length <= 255intermediary_bankstring
Length
length <= 255Response Body
curl -X POST "https://tt.wipayfinancial.com/wapi/user/banks/local" \ -H "Content-Type: application/json" \ -d '{ "bank_name": "string", "bank_account": "string", "name_in_bank": "string" }'{
"message": "Created"
}{
"message": "string"
}{
"message": "string"
}{
"message": "string"
}