Modify bank account

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

Authentication

AuthorizationBearer
## Authentication Deel API uses API tokens to authenticate requests. A bearer token is required to authenticate all API requests. All API requests must be made over HTTPS. Calls made over plain HTTP will fail. API requests without authentication will also fail. ``` curl -X GET 'api.letsdeel.com/rest/v2/contracts' \ -H 'Authorization: Bearer YOUR-TOKEN-HERE' ``` ### Generating Access Tokens 1. Navigate to **Apps & Perks > Developer Center**. 2. Click on the “Generate New Token” button. 3. In the popup, click “Generate Token” button to generate a new token. Your newly generated token is visible on the screen. 4. Make sure to copy and save your token once is generated. You won't be able to see it again!
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