Modify bank account

Modify bank account for an employee. Token scopes: people:write

Authentication

AuthorizationBearer
## Authentication The Deel API uses bearer tokens to authenticate requests. All API calls must be made over HTTPS — calls over plain HTTP or without authentication will fail. ```curl curl -X GET 'https://api.letsdeel.com/rest/v2/contracts' \ -H 'Authorization: Bearer YOUR-TOKEN-HERE' ``` [Learn more about authentication](/api/authentication)
OR
AuthorizationBearer
Standard OAuth2 security scheme based on https://swagger.io/docs/specification/authentication/

Path parameters

worker_idstringRequiredformat: "uuid"
Unique identifier for a worker in UUID format.
bank_idstringRequiredformat: "uuid"
Unique identifier for the bank account in UUID format.

Request

Request body to modify an existing bank account for an employee.
citystringOptional
The city of the user's address.
ibanstringOptional

The International Bank Account Number (IBAN).

emailstringOptional
The user's email address.
phonestringOptional
The user's phone number.
postalstringOptional
The user's postal or ZIP code.
tax_idstringOptional
The user's tax identification number.
bank_codestringOptional
The bank code.
bank_namestringOptional
Name of the user's bank.
full_namestringOptional
Full name of the user.
swift_bicstringOptional

SWIFT/BIC code for the bank.

rib_numberstringOptional

The RIB (Relevé d’Identité Bancaire).

branch_codestringOptional
The branch code of the user's bank.
account_typestringOptional
Bank account type.
country_codestringOptional
The country code of the user's address.
address_line1stringOptional
The primary address line.
address_line2stringOptional
The secondary address line.
currency_codestringOptional
The currency code for transactions.
original_namestringOptional
The original name of the user.
account_numberstringOptional
The user's bank account number.
province_statestringOptional
The state or province of the user's address.
bank_branch_namestringOptional
The name of the user's bank branch.
bank_country_codestringOptional
The country code where the bank is located.
ach_routing_numberstringOptional

The ACH (Automated Clearing House) Routing Number.

Response

Successful operation.
dataobject

Errors