Skip to main content

Search Wallet Entry by Key

Searching for a wallet entry by key will return the complete details of a specific entry, including all related invoice items.

Request

ENDPOINT
/wallet/WALLET_KEY/wallet_entry/WALLET_ENTRY_KEY
METHOD
GET

Path Parameters

FieldTypeDescriptionCharacters
wallet_keyuuidv4Unique wallet key in UUID v4 format36
wallet_entry_keyuuidv4Unique entry key in UUID v4 format36

Response

STATUS
200
Response Body: Wallet entry details
{
"wallet_entry_key": "8cb70dea-9fb0-4a68-9572-99a72849c8d6",
"wallet_entry_amount": 150.00,
"wallet_entry_settlement_key": "cc8fb19b-d1e4-4ce6-ad4c-61e0609a8f8d",
"wallet_entry_type": "revolving_credit",
"wallet_entry_status": "concluded",
"invoice_items": [
{
"invoice_item_key": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"invoice_key": "f2cad6b4-2a68-9572-99a7-2849c8d6ecf8",
"wallet_entry_key": "8cb70dea-9fb0-4a68-9572-99a72849c8d6",
"payment_instrument_entry_key": null,
"installment_number": 1,
"invoice_description": "Crédito rotativo - Taxa de juros",
"amount": 150.00,
"used_limit": 150.00,
"invoice_item_status": "concluded",
"invoice_item_due_date": "2024-02-15",
"created_at": "2024-01-15T10:30:00Z"
}
],
"created_at": "2024-01-15T10:30:00Z"
}

Response Body Params

FieldTypeDescriptionCharacters
wallet_entry_key *uuidv4Unique entry identification key in uuid v4 format36
wallet_entry_amount *floatEntry amount-
wallet_entry_settlement_key *stringEntry settlement key-
wallet_entry_type *stringWallet entry typewallet_entry_type enumerators
wallet_entry_status *stringWallet entry statuswallet_entry_status enumerators
invoice_items *object arrayRelated invoice itemsinvoice_item object
created_at *stringCreation date (ISO 8601 UTC format)-

invoice_item object

FieldTypeDescriptionCharacters
invoice_item_key *uuidv4Unique invoice item identification key in uuid v4 format36
invoice_key *uuidv4Unique invoice identification key in uuid v4 format36
wallet_entry_keyuuidv4Unique wallet entry identification key in uuid v4 format36
payment_instrument_entry_keyuuidv4Unique payment instrument entry identification key in uuid v4 format36
installment_number *integerInstallment number-
invoice_description *stringInvoice item description-
amount *floatItem amount-
used_limit *floatUsed limit-
invoice_item_status *stringInvoice item statusinvoice_item_status enumerators
invoice_item_due_date *stringItem due date (YYYY-MM-DD format)10
created_at *stringCreation date (ISO 8601 UTC format)-

wallet_entry_type enumerators

EnumeratorDescription
revolving_creditRevolving credit
payroll_withdrawPayroll withdrawal
payroll_overduePayroll overdue
Wallet Entry Types
  • revolving_credit: Credit amounts made available to the customer
  • payroll_withdraw: Debt generated by limit withdrawal that will be deducted monthly from INSS
  • payroll_overdue: Debt generated by non-payment of the invoice and will also be deducted monthly from INSS

wallet_entry_status enumerators

EnumeratorDescription
concludedCompleted entry

invoice_item_status enumerators

EnumeratorDescription
concludedCompleted item
canceledCanceled item

Error Response

STATUS
4xx
Response Body: Error
{
"title": "titulo",
"description": "description in English",
"translation": "descrição em portugues",
"code": "codigo",
"extra_fields": {}
}
HTTP Code
status
QI Code
code
Title
title
Description (eng)
description
Description (pt-br)
translation
404CIN000007Wallet not FoundWallet with key: abeca0d0-a09d-4b3b-a495-40b553422ced was not foundCarteira com a chave: abeca0d0-a09d-4b3b-a495-40b553422ced não foi encontrado
404CIN000078Not FoundWallet entry with key: 8cb70dea-9fb0-4a68-9572-99a72849c8d6 was not foundDívida da carteira com a chave: 8cb70dea-9fb0-4a68-9572-99a72849c8d6 não foi encontrado