Table of Contents
| Description | Getting digital order |
| Request Path | {{base_url}}/dealers/terminal-cards/ |
| Method | Get |
Usage
This method is called to get the list of cards.
| Parameter | Data Type | Position | Required | Description |
| Authorization | String | Header | Yes | Used retrieving token in a header: Authorization: JWT {token} |
| transaction_id | String | URL | Yes | Order Transaction ID |
Response Parameters
| Parameter | Description | Nullable |
| count | Number of products | Yes |
| next | Next products | Yes |
| previous | Previous products | Yes |
| results | products | Yes |
| serial | card serial | No |
| card_number | cardnumber | No |
| barcode | barcode | No |
| pin | pin | No |
| expire_date | expire date | No |
| is_active | is active | No |
| product_detail | Details of product | No |
| id | Product id | No |
| brand | Brand id | No |
| brand _name | Name of the brand | No |
| name | Name of product | No |
| logo | Product logo | No |
| Card_type | Type of card 0 or 1 or 2 | No |
| card_type_display | Showing type of product | No |
| product_type | Type of product : 0 or 1 | No |
| product_type_display | Showing type of product:pyshichal or digital | No |
| min _price | Minimum amount of product | No |
| max_price | Maximum amount 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 of currency | No |