Get a Beacon Report Syndication

POST /beacon/report_syndication/get

Returns a Beacon Report Syndication for a given Beacon Report Syndication id.

Request Body

Required

Request input for getting a Beacon Report Syndication

Parameters

beacon_report_syndication_id
required, string
ID of the associated Beacon Report Syndication.
client_id
string
Your Plaid API client_id. The client_id is required and may be provided either in the PLAID-CLIENT-ID header or as part of a request body.
secret
string
Your Plaid API secret. The secret is required and may be provided either in the PLAID-SECRET header or as part of a request body.

Response

A Beacon Report Syndication represents a Beacon Report created either by your organization or another Beacon customer that matches a specific Beacon User you’ve created.

The analysis field in the response indicates which fields matched between the originally reported Beacon User and the Beacon User that the report was syndicated to.

The report field in the response contains a subset of information from the original report.

Response Properties

id
required, string
ID of the associated Beacon Report Syndication.
beacon_user_id
required, string
ID of the associated Beacon User.
report
required, object
A subset of information from a Beacon Report that has been syndicated to a matching Beacon User in your program. The id field in the response is the ID of the original report that was syndicated. If the original report was created by your organization, the field will be filled with the ID of the report. Otherwise, the field will be null indicating that the original report was created by another Beacon customer.
id
required, string
ID of the associated Beacon Report.
created_at
required, string
An ISO8601 formatted timestamp.
type
required, string
The type of Beacon Report. first_party: If this is the same individual as the one who submitted the KYC. stolen: If this is a different individual from the one who submitted the KYC. synthetic: If this is an individual using fabricated information. account_takeover: If this individual’s account was compromised. data_breach: If this individual’s data was compromised in a breach. unknown: If you aren’t sure who committed the fraud.
fraud_date
required, string
A date in the format YYYY-MM-DD (RFC 3339 Section 5.6).
event_date
required, string
A date in the format YYYY-MM-DD (RFC 3339 Section 5.6).
analysis
required, object
Analysis of which fields matched between the originally reported Beacon User and the Beacon User that the report was syndicated to.
address
required, string
An enum indicating the match type between two Beacon Users. match indicates that the provided input data was a strong match against the other Beacon User. partial_match indicates the data approximately matched the other Beacon User. For example, ā€œKnopeā€ vs. ā€œKnope-Wyattā€ for last name. no_match indicates that Plaid was able to compare this field against the other Beacon User and it did not match the provided input data. no_data indicates that Plaid was unable to compare this field against the original Beacon User because the field was not present in one of the Beacon Users.
date_of_birth
required, string
An enum indicating the match type between two Beacon Users. match indicates that the provided input data was a strong match against the other Beacon User. partial_match indicates the data approximately matched the other Beacon User. For example, ā€œKnopeā€ vs. ā€œKnope-Wyattā€ for last name. no_match indicates that Plaid was able to compare this field against the other Beacon User and it did not match the provided input data. no_data indicates that Plaid was unable to compare this field against the original Beacon User because the field was not present in one of the Beacon Users.
email_address
required, string
An enum indicating the match type between two Beacon Users. match indicates that the provided input data was a strong match against the other Beacon User. partial_match indicates the data approximately matched the other Beacon User. For example, ā€œKnopeā€ vs. ā€œKnope-Wyattā€ for last name. no_match indicates that Plaid was able to compare this field against the other Beacon User and it did not match the provided input data. no_data indicates that Plaid was unable to compare this field against the original Beacon User because the field was not present in one of the Beacon Users.
name
required, string
An enum indicating the match type between two Beacon Users. match indicates that the provided input data was a strong match against the other Beacon User. partial_match indicates the data approximately matched the other Beacon User. For example, ā€œKnopeā€ vs. ā€œKnope-Wyattā€ for last name. no_match indicates that Plaid was able to compare this field against the other Beacon User and it did not match the provided input data. no_data indicates that Plaid was unable to compare this field against the original Beacon User because the field was not present in one of the Beacon Users.
id_number
required, string
An enum indicating the match type between two Beacon Users. match indicates that the provided input data was a strong match against the other Beacon User. partial_match indicates the data approximately matched the other Beacon User. For example, ā€œKnopeā€ vs. ā€œKnope-Wyattā€ for last name. no_match indicates that Plaid was able to compare this field against the other Beacon User and it did not match the provided input data. no_data indicates that Plaid was unable to compare this field against the original Beacon User because the field was not present in one of the Beacon Users.
ip_address
required, string
An enum indicating the match type between two Beacon Users. match indicates that the provided input data was a strong match against the other Beacon User. partial_match indicates the data approximately matched the other Beacon User. For example, ā€œKnopeā€ vs. ā€œKnope-Wyattā€ for last name. no_match indicates that Plaid was able to compare this field against the other Beacon User and it did not match the provided input data. no_data indicates that Plaid was unable to compare this field against the original Beacon User because the field was not present in one of the Beacon Users.
phone_number
required, string
An enum indicating the match type between two Beacon Users. match indicates that the provided input data was a strong match against the other Beacon User. partial_match indicates the data approximately matched the other Beacon User. For example, ā€œKnopeā€ vs. ā€œKnope-Wyattā€ for last name. no_match indicates that Plaid was able to compare this field against the other Beacon User and it did not match the provided input data. no_data indicates that Plaid was unable to compare this field against the original Beacon User because the field was not present in one of the Beacon Users.
depository_accounts
required, array[object]
account_mask
required, string
The last 2-4 numeric characters of this account’s account number.
routing_number
required, string
The routing number of the account.
match_status
required, string
An enum indicating the match type between two Beacon Users. match indicates that the provided input data was a strong match against the other Beacon User. partial_match indicates the data approximately matched the other Beacon User. For example, ā€œKnopeā€ vs. ā€œKnope-Wyattā€ for last name. no_match indicates that Plaid was able to compare this field against the other Beacon User and it did not match the provided input data. no_data indicates that Plaid was unable to compare this field against the original Beacon User because the field was not present in one of the Beacon Users.
request_id
required, string
A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive.