Get Outbound Bank Account by Id
Get Outbound Bank Account by Id
GET {{Environment_URL}}/customers/v1/partner/physical/:cpf/accounts/:accountId
This endpoint is used to get a outbound bank account.
Headers
Name
Value
Description
Authorization
Bearer <token>
Bearer Token obtained via sign-in
Path Params
Key
Description
Required
Data Type
Example
cpf
CPF in format 00000000000
true
String
12345678900
accountId
The unique identifier of the bank account to be deleted. This ID is returned in the account creation response
true
String
6887bd8a05fc6408d37076a1
Response
{
"id": "6887bc8105fc6408d37076a0",
"name": "JESUS HERACLIO DIAS RODRIGUES",
"type": "INBOUND",
"currency": "BRL",
"createdAt": "2025-07-26T20:45:13.497Z",
"pixKey": "111.222.333-55",
"pixType": "CPF",
"paymentMethod": "PIX",
"purposeCode": "AVAILABILITY",
"receiveCurrency": "USD"
}{
"status": 406,
"message": "Id 6887bd8a05fc6408d37076a1 is invalid.",
"name": "NotAcceptableException"
}