API: Search Transactions
A valuable endpoint to retrieve transactions in the Banyan namespace given certain filters
Overview
This search endpoint can be used within a consumer application that only has certain data available locally and wants to display full receipt contents. Using your data, you can pull in all transactions that meet your search criteria.
URL
api.banyan.com/search/transaction?={parameters}
Headers
Header Name | Description | Required | Values |
---|---|---|---|
Bearer | Access Token | Required | See Authorization section |
Content-Type | The transaction format to send | Optional | application/JSON |
Accept | The response format sent back | Optional | application/JSON |
Query Parameters
Parameter Name | Description | Type | Notes |
---|---|---|---|
purchase_ts | The timestamp of the purchase | RFC | In UTC |
card_last_four | The last four digits of the cardholder's card | String | |
total_amount | The total amount of the purchase | String | In US Dollars |
Updated 4 months ago