2024-11-07
by Mário AlvialPIX
Debit transactions (DICT Key, QR Code, Bank Instruction, Refund) can now include an optional, nullable field named memo
in the request. This field allows additional information to be sent to the recipient. For more details, refer to an example request here: PIX API - Transactions with DICT Key.
2024-11-05
by Felipe Sekkar de PaduaPIX
- As of 2024-11-15, the
name
attribute will become mandatory if thepayer
is sent when creating a Dynamic QRCode (https://docs.tracefinance.com/v2.0/reference/post_pix-api-qrcodes-dynamic)
2024-10-30
by Felipe Sekkar de Padua2024-09-16
by Mário AlvialWebhook
- Add retry feature to webhook subscription: Webhook documentation
2024-09-10
by Mário AlvialPIX
- Launched PIX V2.
- Added comprehensive documentation covering all transaction types and their state transitions.
- Updated the HOW TOS section with new details on PIX V2.
- Added a migration guide with step-by-step instructions for transitioning from PIX V1 to PIX V2.
- Enhanced API documentation with additional examples.
2024-09-09
by Felipe Sekkar de PaduaAPI Principles
- Added Contract Guidelines: Breaking Changes page.
PIX
- Added Transaction Validations. (https://docs.tracefinance.com/v2.0/docs/transaction-validations)
- Added QRCode Validations. (https://docs.tracefinance.com/v2.0/docs/qr-code-validations)
2024-08-30
by Mário AlvialAPI Principles
- Modified the Versioning design to route requests to the default route if the
X-Trace-Version
header specifies a non-existent version.
General
- Launch of Trace Finance V2 API
2024-08-20
by Felipe Sekkar de PaduaBANKING
- Added new attributes to the balance endpoint. (https://docs.tracefinance.com/reference/get_banking-api-bankaccounts-bankaccountid-balance)
- Deprecated: The field
amount
is deprecated, please use theavailable
field instead. Theamount
field will be removed in future versions.
2024-08-08
by Mário AlvialPIX
- Added
qrCodeBase64
attribute to Static and Dynamic QR code. The attribute is the serialization of the QR Code value in base64 format. It can be converted to a real QR Code to be scanned to be paid
(https://docs.tracefinance.com/reference/post_pix-api-qrcodes-static)
(https://docs.tracefinance.com/reference/post_pix-api-qrcodes-dynamic)