Surface transaction history to members so that they can track their round-up and/or reward progress.
Olive API
Olive displays two transaction types:
- Reward transactions will include merchant details
- Round-up transactions will only include general details like MCC (merchant category code) and round-up amount.
To display transactions, you can call the GET /transactions endpoint.
Use the memberId parameter to list transactions by member, and filter by type to display only round-up or reward-earning transactions.
Olive Customer Portal
You must use the Olive API to surface transactions in your application. However, you can leverage the Customer Portal to look up individual transactions on behalf of your members. This may be helpful for investigating customer support requests.
Transactions can be found in different sections of the Customer Portal:
- Members: On the Member Detail page for a specific member, click the Transactions tab to list their transactions.
- Cards: On the Card Detail page, transactions on the selected card will be listed by default.
- Transactions: Search by date or transaction ID to find a specific transaction.