Create Incoming Transaction
Call this endpoint to send all incoming transactions made by all enrolled users in your rewards program. These incoming transactions will be processed and matched by the Kard system. Learn more about the [Transaction CLO Matching](https://github.com/kard-financial/kard-postman#c-transaction-clo-matching) flow here.<br/>
<b>Required scopes:</b> `transaction:write`
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects a list of objects.
Response
This endpoint returns a string.
Errors
400
Invalid Request
401
Unauthorized Error
500
Internal Server Error