Step 6: Post Transactions
Finally, you will need to post card transactions. Triple will analyze the transactions, match them with offers a customers is eligible for, and submit the reward amount to the merchants for approval and funding.
Historical transactions have already gone through the rewards lifecycle and settlement process or are no longer eligible for offer rewards. Historical transactions help the targeting engine provide relevant offers to cardholders.
To complete this task, you'll require specific endpoints, which are provided below with sample code. For further comprehensive knowledge, please refer to the Triple API documentation for each endpoint.
Triple will work with you to define the most efficient way for exchanging transactions data. In addition to API calls, batch files and dedicated streams for a match on "auth" are also a possibility.
Prior to executing this process, ensure that:
- You possess an active authentication token.
We also recommend that you have a batch file of historical transactions
Use this endpoint to create transactions to Triple using a batch file: POST partner/transactions
Code Sample:
More about this endpoint can be found in the Triple API Endpoints and Webhooks section.
Use this endpoint to verify that transaction information was properly added: GET partner/transactions.
Code Sample:
More about this endpoint can be found in the Triple API Endpoints and Webhooks section.