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
status
required
Account status.
string
country
required
Country in ISO-3.
string
holderType
required
Holder type.
string
fullName
required
Full name or company name.
string
email
required
Email.
string
phone
required
Phone number.
string
birthdate
required
Birthdate or foundation date
string
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
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
object
error
string
message
string
details
Array<object>
object
field
string
issue
string
description
string
Unauthorized Request
object
error
string
message
string
details
Array<object>
object
field
string
issue
string
description
string
object
error
string
message
string
details
Array<object>
object
field
string
issue
string
description
string
object
error
string
message
string
details
Array<object>
object
field
string
issue
string
description
string