Description | Getting digital order |
Request Path | {{base_url}}/dealers/orders/ |
Method | Post |
Usage
This method is called for getting all the digital orders.
Request Parameters
Parameter | Data Type | Position | Required | Description |
Authorization | String | Header | Yes | Used retrieving token in a header: Authorization: JWT {token} |
id | Integer | Body | Yes | Order id |
count | Integer | Body | Yes | Amount digital cards |
description | String | Body | Yes | Information about order |
transaction_id | Integer | Body | Yes | Transaction id |
amount | String | Body | Yes | Amount of order |
String | Body | Yes | User’s email | |
phone_number | String | Body | Yes | User’s phone number |
product | Integer | Body | Yes | Product id |
String | Body | Yes | WhatsApp number | |
terminal | Integer | Body | Yes | Terminal id |
terminal_pin | Integer | Body | No | Terminal Pin |
Response Parameters
Parameter | Description | Nullable |
status_code | Status code:{01, 04, 05, 07, 08, 09, 10, 12} | No |
status | Operation status for example:Success | No |