Skip to main content

Query Payment Batch Data by Account

Request

ENDPOINT
/account/ACCOUNT_KEY/payment_order_conciliation_batch/PAYMENT_ORDER_CONCILIATION_BATCH_KEY
METHOD
GET

Path Params

FieldTypeDescriptionCharacters
ACCOUNT_KEY *uuidv4Unique account identification key.36
PAYMENT_ORDER_CONCILIATION_BATCH_KEY*uuidv4Unique batch identification key.36

Response

STATUS
200
Response Body
{
"payment_order_conciliation_batch_status": "open",
"payment_order_conciliation_batch_type": "fixed_amount",
"total_amount": 1000.00,
"conciliated_amount": 500.00,
"total_payment_orders": 10,
"conciliated_payment_orders": 5,
"reference_date": "2025-06-13",
"created_at": "2025-06-10T20:30:23.459Z"
}

Response Body Params

FieldTypeDescriptionCharacters
payment_order_conciliation_batch_statusenumeratorPayment order conciliation batch status.payment_order_conciliation_batch_status Enumerators
payment_order_conciliation_batch_typeenumeratorPayment order conciliation batch type.payment_order_conciliation_batch_type Enumerators
total_amountnumberTotal value of the conciliation batch in reais (R$).-
conciliated_amountnumberAlready conciliated value of the batch in reais (R$).-
total_payment_ordersintegerTotal number of payment orders in the batch.-
conciliated_payment_ordersintegerNumber of payment orders already conciliated in the batch.-
reference_datestringBatch reference date (ISO 8601 format, e.g., "2025-06-13").10
created_atstringBatch creation date and time (ISO 8601 format).-

payment_order_conciliation_batch_status Enumerators

EnumeratorDescription
openOpen conciliation batch
closedClosed conciliation batch
processingConciliation batch in processing
completedCompleted conciliation batch
cancelledCancelled conciliation batch

payment_order_conciliation_batch_type Enumerators

EnumeratorDescription
fixed_amountFixed amount conciliation batch
variable_amountVariable amount conciliation batch
STATUS
4XX
Response Error
{
"title": "titulo",
"description": "description in English",
"translation": "descrição em português",
"code": "codigo"
}
HTTP CodeQI Code
code
Title
title
Description (eng)
description
Description (ptbr)
translation
400QIT000002Bad RequestInvalid request schema.Erro no esquema da requisição.
404APX000003Conciliation Batch Not FoundConciliation batch {conciliation_batch_key} not found.Lote de conciliação {conciliation_batch_key} não encontrado.