POST /beacon/report/create
Create a fraud report for a given Beacon User.
Servers
- https://production.plaid.com
- https://sandbox.plaid.com
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
fraud_amount |
Object | No |
The amount and currency of the fraud or attempted fraud.
|
fraud_amount.value |
Number | Yes |
The amount value.
This value can be 0 to indicate no money was lost.
Must not contain more than two digits of precision (e.g., |
fraud_amount.iso_currency_code |
String | Yes |
An ISO-4217 currency code. Possible values:
|
client_id |
String | No |
Your Plaid API |
type |
String | Yes |
The type of Beacon Report.
Possible values:
|
beacon_user_id |
String | Yes |
ID of the associated Beacon User. |
fraud_date |
String | Yes |
A date in the format YYYY-MM-DD (RFC 3339 Section 5.6). |
secret |
String | No |
Your Plaid API |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.