Get account details
GET /order/v1/banking/accounts/{accountId}
GET
/order/v1/banking/accounts/{accountId}
Retrieve account details by accountId.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” accountId
required
string format: uuid
Identifier of the account
Responses
Section titled “ Responses ”The resource was returned successfully
object
id
required
Account identifier.
string
Example
f288ae0d-47fd-4207-aee4-0a384888bd96 status
required
Account status.
string
Example
ACTIVE country
required
Country in ISO-3.
string
Example
BRA holderType
required
Holder type.
string
Example
ORGANIZATION fullName
required
Full name or company name.
string
Example
Company LTDA email
required
Email.
string
Example
contato@company.com phone
required
Phone number.
string
Example
+5511912345678 birthdate
required
Birthdate or foundation date
string
Example
1990-01-01 document
required
Document data.
object
type
required
Document type.
string
number
required
Document number.
string
address
required
Address data.
object
street
required
Street and number.
string
neighborhood
required
Neighborhood.
string
city
required
City.
string
state
required
State (UF).
string
zipCode
required
ZIP code.
string
complement
Address complement.
string
representatives
required
Representatives linked to the holder.
Array<object>
object
country
required
Country in ISO-3.
string
fullName
required
Full name.
string
email
required
Email.
string
phone
required
Phone.
string
birthdate
Birthdate (YYYY-MM-DD).
string
documentNumber
required
Document number (CPF).
string
Example
[ { "country": "BRA", "fullName": "Jane Representative", "email": "jane.rep@mail.com", "phone": "+5511911111111", "birthdate": "1985-05-10", "documentNumber": "12345678901" }] bankAccountData
required
Bank account data.
object
ispb
ISPB code.
string
branchNumber
required
Branch number.
string
accountNumber
required
Account number.
string
createdAt
Account creation date.
string
Example
{ "ispb": "12345678", "branchNumber": "0001", "accountNumber": "123456", "createdAt": "2024-01-01T00:00:00Z"}object
error
string
Example
INVALID_REQUEST message
string
details
Array<object>
object
field
string
issue
string
description
string
Example
[ { "field": "field_name", "issue": "INVALID", "description": "Field is invalid" }]Unauthorized Request
object
error
string
Example
UNAUTHORIZED message
string
Example
Unauthorized Request details
Array<object>
object
field
string
issue
string
description
string
Example
[]object
error
string
Example
FORBIDDEN_ERROR message
string
details
Array<object>
object
field
string
issue
string
description
string
Example
[]object
error
string
Example
INTERNAL_ERROR message
string
details
Array<object>
object
field
string
issue
string
description
string
Example
[]