Changelog
2025-05-14 - Paginated Fraud Query Responses
Adopts the approach of paginating responses, when deal with a large number of fraud entries in the response. Changes in the Suspected fraud query.
Changes in the request schema body:
Field
Type of Change
Description
page
Inclusion
It's a optional field, indicates the page number to be request when a paginated query.
Changes in the response schema:
Property
Type of Change
Description
totalPages
Inclusion
In a paginated response, indicates de total number of pages.
currentPage
Inclusion
In a paginated response, indicates de current page number.
2025-04-16 - Adjust RS6 Fraud Creation Response
Inclusion of fraud token in response of successful fraud creation.
Property
Type of Change
Description
fraudToken
Inclusion
Provides the fraud token from a single creation. It`s a string property.
fraudTokens
Inclusion
Provides the fraud tokens from a batch creation. It's a string array property.
For more infomation please check the Suspected fraud creation page.
2025-03-10 - RS6 GMUD Q1/25
Changes in data dictionary fields, in compliance with RS6 GMUD Q1/25.
The addition/alteration of these fields does not impact existing fraud records and is not retroactive. Therefore, existing records continue to be validated against the pre-existing schema.
Field
Type of Change
Description
informacoes_bancarias_destino.chave_pix
Inclusion
-
informacoes_bancarias_destino.linha_digitavel_boleto
Inclusion
-
registro.modalidade_fraude
Inclusion
-
registro.motivo
Alteration
Change the field requirement rule. Previous: Optional field; Current: Conditional field¹.
informacoes_bancarias_destino.agencia
Alteration
Change the field requirement rule. Previous: Optional field; Current: Conditional field².
Are changed in the default schema, used in the Suspected fraud creation and in the Suspected fraud query.
This addition impact existing fraud records and is retroactive. The inclusion of data_ultima_alteracao
only affects the Suspected fraud query.
Field
Type of Change
Description
data_ultima_alteracao
Inclusion
Indicates the last change of the record in Interoperability.
¹: This field is required when
registro.modalidade_fraude
is equal to: 98 or 99. Field with minLength of 20 chars requirement.
²: This field is required when
informacoes_bancarias_destino.chave_pix.tipo
is equal to: 6.
2025-02-11 - Adjust RS6 Fields Requirement
Changes in data dictionary fields requirement, given understanding of RS6 Interoperability Committee.
The alteration of these fields impact existing fraud records and is retroactive.
Field
Type of Change
Description
informacoes_bancarias_destino.agencia
Alteration
Change the field requirement rule. Previous: Required field; Current: Optional field.
informacoes_bancarias_destino.codigo_instituicao
Alteration
Change the field requirement rule. Previous: Conditional field¹; Current: Required field.
informacoes_bancarias_destino.conta
Alteration
Change the field requirement rule. Previous: Optional field; Current: Conditional field¹.
informacoes_bancarias_destino.conta.tipo
Alteration
Change the field requirement rule. Previous: Conditional field¹; Current: Required field.
informacoes_bancarias_destino.conta.numero
Alteration
Change the field requirement rule. Previous: Optional field; Current: Required field.
Are changed in the SuspectedFraudOccurence
schema, used in the Suspected fraud creation and in the Suspected fraud query.
¹: This field is required when
registro.atividade_relacionada
is equal to: 4, 5, 6, 7 or 8.
Last updated