v1

latestOpenAPI 3.0.0Apache 2.02026-07-263079321.1 MB
Account Limit Management

Change Account Operation Limit

Change the account's operating limit.

post/ ChangeAccountOperationLimit

Request body

Methodstring required

Method name

PartnerIdinteger required

Partner identifier provided by Fitbank

BusinessUnitIdinteger required
TaxNumberstring required

Legal Identification From Company

AccountKeystring
BankBranchstring

Beneficiary's Bank Branch

BankAccountstring

Beneficiary's Account Number (without digit)

BankAccountDigitstring

Beneficiary's Account Digit

Justificationinteger required

Limit type

Example request

{
  "Method": "ChangeAccountOperationLimit",
  "PartnerId": 30324,
  "BusinessUnitId": 51138,
  "TaxNumber": "33.762.255/0001-40",
  "AccountKey": "111111-222222-333333-4",
  "OperationLimitRequests": [
    {
      "OperationType": 40,
      "SubType": 1,
      "MaxLimitValue": 4000
    }
  ],
  "Document": {
    "DocumentFile": "dGVzdGU=",
    "DocumentName": "Company Annual Billing",
    "Description": "Envio de documento",
    "ExpirationDate": "12/02/2025",
    "DocumentKey": "391908822771"
  }
}

Response

Ok

Successstring

Example response

{
  "OperationLimitRequests": [
    [
      {
        "OperationType": 40,
        "SubType": 1,
        "MaxLimitValue": 4000
      }
    ]
  ]
}