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_id
Unique identifier for a worker in UUID format.
bank_id
Unique identifier for the bank account in UUID format.
Request
Request body to modify an existing bank account for an employee.
city
The city of the user's address.
iban
The International Bank Account Number (IBAN).
email
The user's email address.
phone
The user's phone number.
postal
The user's postal or ZIP code.
tax_id
The user's tax identification number.
bank_code
The bank code.
bank_name
Name of the user's bank.
full_name
Full name of the user.
swift_bic
SWIFT/BIC code for the bank.
rib_number
The RIB (Relevé d’Identité Bancaire).
branch_code
The branch code of the user's bank.
account_type
Bank account type.
country_code
The country code of the user's address.
address_line1
The primary address line.
address_line2
The secondary address line.
currency_code
The currency code for transactions.
original_name
The original name of the user.
account_number
The user's bank account number.
province_state
The state or province of the user's address.
bank_branch_name
The name of the user's bank branch.
bank_country_code
The country code where the bank is located.
ach_routing_number
The ACH (Automated Clearing House) Routing Number.
Response
Successful operation.
data