Retrieve Immediate Charge Details
Use this endpoint to retrieve detailed information about a specific immediate collection.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Account ID (UUID format)
Path Parameters
Identifier of the immediate collection
Response
OK
AdditionalInfo contains additional key-value information
{ "customerId": "67890", "orderId": "12345" }Amount is the collection amount in decimal format
"100.00"
CreatedAt is the timestamp when the collection was created
"2024-01-15T10:30:00Z"
DebtorDocument is the CPF or CNPJ of the payer
"12345678901"
DebtorName is the name of the payer
"João da Silva"
Description is the custom description of the collection
"Payment for order #12345"
EMV is the QR code payload in EMV format
"00020126580014br.gov.bcb.pix..."
ExpirationSeconds is the time in seconds until expiration
3600
ID is the unique identifier of the collection
"550e8400-e29b-41d4-a716-446655440000"
LocationURL is the URL to access the collection location/QR code
"https://api.example.com/qr/550e8400"
Metadata is the custom metadata associated with this collection
Pix key that will receive the payment
"+5511999999999"
Status is the current status of the collection
"ACTIVE"
Tags is an array of custom tags
["ecommerce", "subscription"]TxID is the transaction identifier
"TXN123456789"
UpdatedAt is the timestamp of the last update
"2024-01-15T10:30:00Z"

