v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBGet account
Get a summary of registration information related to a specific account, as well as some financial data such as its current balance.
Notes
-
Some of the fields returned vary depending on whether the account was created with a person or company object as the account owner. The entity_type (INDIVIDUAL, COMPANY) identifies this.
-
The fields name, email_address, customer_id and document_number are either person or company-related.
-
The field social_name is only specific to a person.
Path parameters
Account ID
Query parameters
If true, the response lists up to 3 levels of descendant account numbers (children, grandchildren, and great-grandchildren) in the children array. Default is false.
Refer to the Related accounts guide section for information about the parent and child relationship between Pismo platform accounts.
Response
OK
Example response
{
"account_id": 6912345,
"account_type": "TRAN",
"account_name": "Account cash management",
"creation_date": "2021-10-21",
"external_id": "8c8a4dd7-e48f-4c15-85b7-9d12f401057f",
"division_id": "6f8a456a-8b1a-4022-a2f8-7612595330b5",
"customer_id": 5648988,
"parent_account_id": 232,
"children": [
102778
],
"status": "NORMAL",
"status_reason_id": 123,
"status_reason_description": "Registration restriction",
"account_status_date": "2021-10-21T18:41:26.000Z",
"program_name": "Digital wallet program",
"program_type": "DEBITO",
"program_id": 1010,
"org": "TN-34778262-f4f0-464d-b4c6-a14e2dc6f4be",
"entity_type": "INDIVIDUAL",
"name": "Hyman Roth",
"social_name": "Jack",
"email": "jenna.flect@email.com",
"document_number": "7777888hh",
"postal_address_type": 1,
"acquisition_id": 1234,
"currency_numeric_code": "840",
"collections_status": "NORMAL",
"open_due_date": "2022-07-03",
"current_cicle": 3,
"current_balance": 100.43,
"available_withdrawal_credit": 100.43,
"available_monthly_credit": 100.43,
"available_total_installment_credit": 100.43,
"withdrawal_credit_limit": 100.43,
"monthly_credit_limit": 100.43,
"total_installment_credit_limit": 100.43,
"total_credit_limit": 100.43,
"max_credit_limit": 100.43,
"available_limit": 300,
"blocked_amount": 100.43,
"exchange_mode": "SAME_DAY",
"program_due_date_id": 1234,
"custom_fields": "{\"field_01\": \"value01\", \"field_02\": \"value02\" }"
}