Description | Checking card by POS dealer |
Request Path | {{base_url}}/dealers/card-check/{{barcode}}/ |
Method | Get |
Usage
Clients can check card status by using the card’s PAN (barcode) on the back of the card.
Request Parameters
Parameter | Data Type | Position | Required | Description |
Authorization | String | Header | Yes | Used retrieving token in a header: Authorization: JWT {token} |
barcode | String | URL | Yes | 30 digit number |
Response Parameters
Parameter | Description | Nullable |
status_code | Status code:{02, 03, 04, 05, 08, 10, 11} | No |
status | Operation status for example:Success | No |
expire_date | Expiration date | No |
remaining | Remaining amount | No |
product_detail | Detail of product | No |
id | Product id | No |
brand | Brand id | No |
brand_name | Name of the brand | No |
name | Product name | No |
logo | Product logo picture | No |
card_type | code of Type of card | No |
card_type_display | Showing type of card : (oo,om,mm) | No |
product_type | Code of type of product | No |
product_type_display | Showing type of product :digital , physical | No |
min_price | Min price of a product | No |
max_price | Max price of a product | No |
is_enable | If a product is enable or not | No |
currency_detail | Detail of currency | No |
title | Currency title | No |
abbr | Abbreviation of currency name | No |
symbol | Symbol of currency | No |
iso_code | A unique code each currency | No |
wallet_detail | Detail of wallet | No |
name | Name of the wallet | No |
budget | Budget of wallet | No |
is_enable | Is wallet enable or not | No |
currency_detail | Detail of currency of wallet | No |
title | Currency title | No |
abbr | Abbreviation of currency name | No |
symbol | Symbol | No |
iso_code | A unique code each currency | No |