CreateDriverBankAccounts

Allows you to create driver bank accounts.

If you are planning a bulk record update into the system, visit the Onboarding contracts page for more suggestions about this.

Permissions

To run this API, the nominated 'web-services' role needs to be given permission.

If you are not actively using the API, leave the permission off for better security.

Go to Roles / Apis and check on DriverBankAccounts:Create

This API is not configured for external use but can be made available on request.
Contact Catch-e Support to request this update.

HTTP Method

Use the HTTP Method 'POST' for consuming this web service.

URL Examples

https://api.catch-e.com/bank/accounts

Parameters - Path

Key

Format

Notes

Mandatory

bank_accounts

string

Pass the bank_accounts to create driver bank account.

yes

Delegated-Locking-Session-Id

string

Locking responsibility will be delegated to the specified Session Id.

no

Audit-User-Id

string

User Id to use for audit purposes.

no

Sample Response (200 - Successful)

{ "driver_bank_account_id": "string", "driver_id": "string", "account_name": "string", "bsb": "string", "account_number": "string", "claims_access_flag": "no", "claims_default_flag": "no", "status_flag": "active" }