Crear una operación de liquidación
Envía una única operación de liquidación para su admisión. Idempotente mediante el encabezado Idempotency-Key. La presencia/el tipo de los campos se valida contra el esquema (422); los fallos de reglas de negocio devuelven problem+json con código 400/409/422.
Autorizaciones
JWT bearer token issued by the identity provider.
Encabezados
Idempotency key for safe retries; a replay returns the stored response.
Optional client request id echoed back in meta.requestId.
Cuerpo
Creditor (acquirer) ISPB, 8 digits.
"29011780"
Domicile FI ISPB (bank where the merchant receives funds), 8 digits.
"60701190"
Settlement due date, date-only (YYYY-MM-DD).
"2026-06-15"
Client-side unique identifier for the operation (idempotent external reference).
"acq-ext-2026-06-0001"
Total number of installments.
3
Operation type driving the settlement flow.
"CREDIT"
Participant id (UUID) that owns this operation.
"018f8a3e-4b2c-7c1a-9e5d-2f6a1b3c4d5e"
Participant role in the settlement.
"ACQUIRER"
Business transaction date, date-only (YYYY-MM-DD).
"2026-06-15"
Operation amount in minor units (centavos).
150000
Payment arrangement (arranjo) code.
"0245"
Card authorization code.
"A1B2C3"
Card brand code (catalog: Visa/Master/Elo).
"VISA"
ISO 4217 currency code.
"BRL"
Merchant establishment (EC) code.
"EC-000123"
This installment's sequence number.
1
Intake mode; defaults to api_jsonl when omitted.
"api_jsonl"
Free-form client metadata attached to the operation.
Id (UUID) of the operation a CANCELLATION targets.
"018f8a3e-4b2c-7c1a-9e5d-2f6a1b3c4d5e"
Merchant (PontoVenda) code.
"PV-000123"
Merchant CPF/CNPJ document (regulated PII; never logged in the clear).
"12345678000195"
Merchant (PontoVenda) legal/trade name.
"Loja Exemplo LTDA"
Merchant person type (natural or legal).
"J"
Numeric MotvCanc cancellation reason ('1'..'4'); required for operationType=CANCELLATION.
"4"
Settlement FI ISPB (moves reserves at the STR), 8 digits; optional.
"60746948"
Respuesta
Accepted
Echoed client-side external identifier.
"acq-ext-2026-06-0001"
Created operation id (UUID).
"018f8a3e-4b2c-7c1a-9e5d-2f6a1b3c4d5e"
Response envelope metadata (requestId + timestamp).
Initial lifecycle state of the created operation.
"CREATED"

