Get Outbound Bank Account by Id

Get Outbound Bank Account by Id

GET {{Environment_URL}}/customers/v1/partner/legal/:cnpj/accounts/:accountId

This route list all outbound bank accounts record for a client.

Headers

Name
Value
Description

Authorization

Bearer <token>

Bearer Token obtained via sign-in

client-key

123ABCD456

Client authentication key, obtained via webhook.

Path Params

Key
Description
Required
Data Type
Example

cnpj

cnpj in format 00000000000000

true

String

10111101000101

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": "028.962.332-45",
    "pixType": "CPF",
    "paymentMethod": "PIX",
    "purposeCode": "AVAILABILITY",
    "receiveCurrency": "USD"
}