v1
latestOpenAPI 3.0.12026-07-245303882.5 MBAccounts
Busca dados de uma conta específica.
get/accounts/{accountId}
Path parameters
accountIdinteger required
Id da Conta
Response
Ok
Example response
{
"version": "1.0.0",
"body": [
{
"id": 381,
"customers": [
{
"id": 278,
"name": "Anthony Yuri Manoel Souza",
"email": "testedev@devcelcoin.com.br",
"type": "PF",
"documentNumber": "26036194030",
"owner": true,
"dateOfBirth": "1993-05-23"
}
],
"addresses": [
{
"id": 65627,
"addressType": "RESIDENTIAL",
"address": "Avenida Padre Anchieta",
"number": "954",
"neighborhood": "Santa Tereza",
"city": "Boa Vista",
"state": "RR",
"country": "Brasil",
"zipAddress": "69314146",
"active": true
}
],
"phones": [
{
"id": 67,
"type": "MOBILE",
"countryCode": 55,
"areaCode": 95,
"number": "983081680",
"active": true
}
],
"accountLimit": [
{
"accountId": 381,
"totalCreditLimit": 100,
"maximumCreditLimit": 1000,
"totalCreditWithdrawalLimit": 10
}
],
"dueDate": [
{
"id": 90,
"programId": 8,
"day": 15,
"active": true
}
],
"accountStatus": "NORMAL",
"financialStatus": "NORMAL",
"program": [
{
"programId": 8,
"name": "Crédito - Pós Pago PJ - No Client",
"type": "CREDITO",
"timezone": "America/Sao_Paulo",
"binId": 4,
"startRange": 1000,
"endRange": 3000,
"status": true,
"countryCode": "BRA",
"avaliableCards": 194,
"currencyCode": "986"
}
]
}
]
}