Follow the question structure recommended by Dev Bot before submitting your integration questions.
| Parameter | Type | Required | Description |
|---|---|---|---|
idBranch | int32 | No | Filter by the branch number (applicable for multi-location environments; ignored otherwise). |
| Field | Type | Description |
|---|---|---|
id | int32 | Unique identifier of the bank account. |
bankName | string | Name of the bank associated with the account. |
agency | string | Agency of the bank account. |
account | string | Number of the bank account. |
accountType | string | Type of account (e.g., checking, savings). |
holderName | string | Name of the account holder. |
holderCPF | string | CPF of the account holder. |
branchName | string | Name of the branch associated with the account. |
username:passwordAuthorization: Basic *****************curl --location 'https://evo-integracao-api.w12app.com.br/api/v1/bank-accounts?idBranch=undefined' \
--header 'Authorization: Basic <encoded-value>'{
"idBankAccount": 0,
"description": "string",
"accountType": true,
"bankCode": 0,
"agency": "string",
"account": "string",
"observations": "string",
"inactive": true,
"bankIntegration": true
}