Description | Getting terminal transactions list |
Request Path | {{base_url}}/dealers/terminal-transactions/ |
Method | Get |
Usage
This method is called for getting all transactions done in the distributors based card details and product details.
Request Parameters
Parameter | Data Type | Position | Required | Description |
Authorization | String | Header | Yes | Used retrieving token in a header: Authorization: JWT {token} |
limit | Integer | Query Parameters | No | |
offset | Integer | Query Parameters | No |
Response Parameters
Parameter | Description | Nullable |
count | Number of transactions | No |
next | Next transactions | No |
previous | Previous transactions | No |
results | Transactions | No |
product_detail | Detail of product | No |
id | ID of product | No |
brand | ID of the brand | No |
brand_name | Name of the brand | No |
name | Name of the product | No |
logo | Logo of the product | No |
card_type | Type of the card : 0,1,2 | No |
card_type_display | Type of the card : One Time Purchase, One Time Charge, Multi Purchase, Multi Charge, Multi Purchase, One Time Charge | No |
product_type | Type of product:physical or digital | No |
product_type_display | Type of product: physical or digital | No |
min_price | Minimum price of product | No |
max_price | Maximum price of product | No |
is_enable | Is the product enabled or not | No |
currency_detail | Detail of currency | No |
title | Title of currency | No |
abbr | Abbreviation of currency | No |
symbol | Symbol of currency | No |
iso_code | An unique number for currency | No |
card_detail | Detail of card | No |
serial | Serial number of card | No |
card_number | The card number of the card | No |
barcode | The barcode of the card | |
card_transactions | Transactions of the card | No |
transaction_type | Code of type of transaction | No |
transaction_type_display | Showing type of transaction | No |
created_time | Time of transaction | No |
amount | Amount of transaction | No |
transaction_id | Id of the transaction | No |