Returns the details of a single Pix-In transaction.Documentation Index
Fetch the complete documentation index at: https://docs.bloobank.com/llms.txt
Use this file to discover all available pages before exploring further.
Request
Path parameters
The unique identifier of the Pix-In transaction.
Response
Unique identifier of the Pix-In transaction.
Transaction amount in centavos. Example:
15000 = BRL 150.00.Currency code. Always
BRL for domestic operations.Current transaction status. Possible values:
created, processing,
confirmed, failed, canceled.End-to-end identifier assigned by the PIX network.
Information about the sender.
Name of the payer.
CPF or CNPJ of the payer.
ISO 8601 timestamp (UTC) when the transaction was created.
ISO 8601 timestamp (UTC) when the transaction was confirmed. Present only when
status is confirmed.List Pix-In transactions
Returns a list of inbound Pix transactions with optional filters.Query parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
startDate | string | No | Start date for the query. |
endDate | string | No | End date for the query. |
status | string | No | Filter by transaction status. |
limit | integer | No | Maximum number of records returned. |
Transaction status
| Status | Description |
|---|---|
created | Transaction created and awaiting processing. |
processing | Transaction is being processed. |
confirmed | Transaction confirmed successfully. |
failed | Transaction not completed. |
canceled | Transaction canceled. |