Create customer transactions
Notify Cardlytics of one or more transactions.
1 |
|
Input Parameters
This endpoint requires a JSON body be posted.
Property | Type | Required | Description |
---|---|---|---|
transactions | TransactionNotification[] | Required | Array of TransactionNotification objects. Max 50 per request. |
Output
This endpoint returns an HTTP response indicating success (200) or failure (500).
Example
Request
1 |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 |
|
Response
1 2 3 |
|