Create Fraudulent Transactions
Call this endpoint to flag a submitted transaction as fraudulent. This will prevent it from being rewarded.
Required scopes: transaction:write
Note: Maximum of 500 fraudulent transactions can be created per request
.
Path parameters
organizationId
Your issuer organization ID, provided by Kard
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
data
List of fraudulent transactions to report
Response
This endpoint returns an object.
data
Errors
207
Multi Statuses
400
Invalid Request
401
Unauthorized Error
500
Internal Server Error