v1

latestOpenAPI 3.1.02026-07-24320172.9 KB

Retrieve Account Informations

get/api/v2.0/accounts

Path parameters

versionstring required

The current version of BaaSiC API

Query parameters

accountIdstring

The specific account Identification

Headers

Authorizationstring required

The personal authentication token obtained by each user from the token authentication endpoint

Response

200

accountIdstring
{"stackTrail":"paths:/api/v2.0/accounts:get:responses:200:content:application/json:schema:items:properties:label","oasType":"schema","type":"unknown"}
bankNamestring
bankBranchstring
bankAccountstring
isPixPaymentEnableboolean
pixKeysstring[]
currencystring
bankBeneficiaryNamestring
bankBeneficiaryTaxIdstring
bankBeneficiaryTaxIdCountryinteger
{"stackTrail":"paths:/api/v2.0/accounts:get:responses:200:content:application/json:schema:items:properties:feePayIn","oasType":"schema","type":"unknown"}
{"stackTrail":"paths:/api/v2.0/accounts:get:responses:200:content:application/json:schema:items:properties:feePayOut","oasType":"schema","type":"unknown"}
{"stackTrail":"paths:/api/v2.0/accounts:get:responses:200:content:application/json:schema:items:properties:feeBankReconciliation","oasType":"schema","type":"unknown"}
{"stackTrail":"paths:/api/v2.0/accounts:get:responses:200:content:application/json:schema:items:properties:feeFlat","oasType":"schema","type":"unknown"}
{"stackTrail":"paths:/api/v2.0/accounts:get:responses:200:content:application/json:schema:items:properties:wallet","oasType":"schema","type":"unknown"}

Example response

[
  {
    "accountId": "000",
    "bankName": "Caixa Econômica Federal",
    "bankBranch": "0000",
    "bankAccount": "00000000",
    "isPixPaymentEnable": true,
    "pixKeys": [
      "teste@teste.com"
    ],
    "currency": "BRL",
    "bankBeneficiaryName": "Mulan",
    "bankBeneficiaryTaxId": "12.345.678/9101-11"
  }
]