Skip to main content
POST
Create a Funds Recovery Request

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
contactInformation
object
required

ContactInformation contains the contact information of the person reporting the fraud

rootTransactionId
string
required

RootTransactionID is the original Pix End-to-End transaction ID

Example:

"E12345678202411241430ABCDEFGHIJK"

situationType
enum<string>
required

SituationType is the type of fraud situation

Available options:
SCAM,
ACCOUNT_TAKEOVER,
COERCION,
FRAUDULENT_ACCESS,
OTHER,
UNKNOWN
Example:

"SCAM"

reportDetails
string

ReportDetails is the detailed description of the fraud incident

Maximum string length: 2000
Example:

"Customer reported receiving a call from fake bank employee"

trackingGraphParameters
object

TrackingGraphParameters contains optional parameters for tracking graph generation

Response

Created

bacenFundsRecoveryId
string
Example:

"91d65e98-97c0-4b0f-b577-73625da1f9fc"

contactInformation
object
createdAt
string<date-time>
Example:

"2023-11-07T05:31:56Z"

id
string
Example:

"550e8400-e29b-41d4-a716-446655440000"

reportDetails
string
Example:

"Customer reported receiving a call from fake bank employee"

reporterParticipant
string
Example:

"12345678"

rootTransactionId
string
Example:

"E12345678202411241430ABCDEFGHIJK"

situationType
enum<string>
Available options:
SCAM,
ACCOUNT_TAKEOVER,
COERCION,
FRAUDULENT_ACCESS,
OTHER,
UNKNOWN
Example:

"SCAM"

status
enum<string>
Available options:
CREATED,
TRACKED,
AWAITING_ANALYSIS,
ANALYSED,
REFUNDING,
COMPLETED,
CANCELLED
Example:

"CREATED"

trackingGraph
object

TrackingGraph is the tracking graph generated during creation (PRD 4.1 / US-01) Present when trackingGraphParameters were provided in the request

updatedAt
string<date-time>
Example:

"2023-11-07T05:31:56Z"