Minted Connect
  1. Orders
Minted Connect
Walletable E-Commerce
  • Partner
  • E-Commerce API
  • Embedded Webview
  • Walletable E-Commerce
  • Customers
    • Create Customer
      POST
    • Update Customer
      PATCH
    • Remove Customer Id
      DELETE
    • Get Customer
      GET
  • Products
    • Get Products
      GET
  • Complete
    • Complete Buy
      POST
    • Complete Sell
      POST
    • Complete Delivery
      POST
  • Orders
    • Get Orders
      GET
    • Receipt
      GET
    • Balance / Wallet
      GET
  • Baskets
    • Get Active Basket
      GET
    • Delete Basket Item
      DELETE
    • Create Basket / Add Basket Item
      POST
    • Clear Basket
      DELETE
    • Update Basket Item
      PATCH
  • Currency Rates
    GET
  1. Orders

Get Orders

Testing
Testing Env
https://api.staging.mintedconnect.com
Testing Env
https://api.staging.mintedconnect.com
GET
https://api.staging.mintedconnect.com
/partner/walletable/orders
Last modified:2026-01-22 12:06:26
Maintainer:Not configured

Request

Authorization
Provide your encrypted digest scheme data in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Digest username=guest, realm="test", nonce="2", uri="/uri", response="***"
Query Params

Header Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.staging.mintedconnect.com/partner/walletable/orders?page=1&total=10&sortBy=created_at&sortType=desc&status=2,5&startDate&endDate&tx_type=buy,sell,delivery&customer_external_id=743a4765-0faa-4c98-bedf-3c7c78df6cdc' \
--header 'api-version: 2' \
--header 'api-version: 3' \
--header 'x-client-id: web' \
--header 'x-client-id: web' \
--header 'Accept-Language: tr' \
--header 'Authorization: Digest <parameters>'

Responses

🟢200Success
application/json
Body

Example
{
    "data": {
        "current_page": 1,
        "data": [
            {
                "id": 3256,
                "guid": "5EED3575-6881-4EEC-A811-0BC52BE29E11",
                "order_creation_status": "order",
                "external_id": "5570a607-ef60-458a-9692-81dbeb3f10a8",
                "increment_id": "42841301202",
                "token": "eWJGShlkbhMIDB66dwqsDTcmvfkuO6QE",
                "price_token": "jqNJiCd4NjTqR0w8lem5By2skCSpCNiB",
                "type": "Buy",
                "price": 546.43,
                "tax": 0,
                "total": 546.43,
                "payment_cost": 0,
                "paid_total": 546.43,
                "delivery_cost": 0,
                "insurance_price": 0,
                "conversion_price": 0,
                "market_commission": 0,
                "minted_markup_price": 0,
                "silver_craftsmanship": 0,
                "currency_code": "AED",
                "status_id": 5,
                "status_name": "Completed",
                "customer": {
                    "external_id": "743a4765-0faa-4c98-bedf-3c7c78df6cdc",
                    "firstname": "Tyreek",
                    "middlename": "",
                    "lastname": "Kulas",
                    "fullname": "Tyreek Kulas",
                    "email": "[email protected]",
                    "phone": "+905322808035",
                    "gender": "M",
                    "identity_number": "12345677938",
                    "tax_office": null,
                    "birthdate": "1970-01-31",
                    "account_type": "person"
                },
                "shippingaddress": null,
                "billingaddress": null,
                "payment": null,
                "delivery": null,
                "order_at": "2026-01-14T22:06:53.000000Z",
                "items": [
                    {
                        "item_currency_id": 1000013,
                        "item_currency_name": "D Gold",
                        "product_id": 3000086,
                        "sku": "DAU",
                        "product_name": "D Gold - Digital",
                        "product_weight": 1,
                        "price": 546.43,
                        "tax_rate": 0,
                        "tax": 0,
                        "amount": 1,
                        "total": 546.43,
                        "product_images": [],
                        "product_series": [
                            "SN-46938a5a6b82"
                        ],
                        "prices": [
                            {
                                "id": 13222,
                                "name": "Hizmet Bedeli",
                                "price": 0
                            }
                        ]
                    }
                ]
            },
            {
                "id": 3255,
                "guid": "E1D44953-72EB-44E9-849E-35BD2D1D156C",
                "order_creation_status": "order",
                "external_id": "18bf12dd-ddc2-4f1f-86f2-f1f3358e4f36",
                "increment_id": "42709601197",
                "token": "1P6D0eVUUMNgMsAWH9qtMCcq4WqRMqKN",
                "price_token": "6U6nbDbIFARaYUtg2gc3gUwo8TSsn7G4",
                "type": "Buy",
                "price": 545.53,
                "tax": 0,
                "total": 545.53,
                "payment_cost": 0,
                "paid_total": 545.53,
                "delivery_cost": 0,
                "insurance_price": 0,
                "conversion_price": 0,
                "market_commission": 0,
                "minted_markup_price": 0,
                "silver_craftsmanship": 0,
                "currency_code": "AED",
                "status_id": 5,
                "status_name": "Completed",
                "customer": {
                    "external_id": "743a4765-0faa-4c98-bedf-3c7c78df6cdc",
                    "firstname": "Tyreek",
                    "middlename": "",
                    "lastname": "Kulas",
                    "fullname": "Tyreek Kulas",
                    "email": "[email protected]",
                    "phone": "+905322808035",
                    "gender": "M",
                    "identity_number": "12345677938",
                    "tax_office": null,
                    "birthdate": "1970-01-31",
                    "account_type": "person"
                },
                "shippingaddress": null,
                "billingaddress": null,
                "payment": null,
                "delivery": null,
                "order_at": "2026-01-14T21:44:56.000000Z",
                "items": [
                    {
                        "item_currency_id": 1000013,
                        "item_currency_name": "D Gold",
                        "product_id": 3000086,
                        "sku": "DAU",
                        "product_name": "D Gold - Digital",
                        "product_weight": 1,
                        "price": 545.53,
                        "tax_rate": 0,
                        "tax": 0,
                        "amount": 1,
                        "total": 545.53,
                        "product_images": [],
                        "product_series": [
                            "SN-ec982159a417"
                        ],
                        "prices": [
                            {
                                "id": 13221,
                                "name": "Hizmet Bedeli",
                                "price": 0
                            }
                        ]
                    }
                ]
            },
            {
                "id": 3249,
                "guid": "4B45B90A-24FB-4B18-AE51-B8D7A9F14B8E",
                "order_creation_status": "order",
                "external_id": "6babdfa3-3955-4dfb-b49d-c58d77424fef",
                "increment_id": "82439101209",
                "token": "egVSIkDcpbSntEu3XyynlVzuqBNcaBiK",
                "price_token": "fqkid8pG0kjggeUzKqlNCUamPVvJGpKJ",
                "type": "Buy",
                "price": 923,
                "tax": 0,
                "total": 923,
                "payment_cost": 0,
                "paid_total": 923,
                "delivery_cost": 0,
                "insurance_price": 0,
                "conversion_price": 0,
                "market_commission": 0,
                "minted_markup_price": 0,
                "silver_craftsmanship": 0,
                "currency_code": "AED",
                "status_id": 2,
                "status_name": "Pending",
                "customer": {
                    "external_id": "743a4765-0faa-4c98-bedf-3c7c78df6cdc",
                    "firstname": "Tyreek",
                    "middlename": "",
                    "lastname": "Kulas",
                    "fullname": "Tyreek Kulas",
                    "email": "[email protected]",
                    "phone": "+905322808035",
                    "gender": "M",
                    "identity_number": "12345677938",
                    "tax_office": null,
                    "birthdate": "1970-01-31",
                    "account_type": "person"
                },
                "shippingaddress": null,
                "billingaddress": null,
                "payment": null,
                "delivery": null,
                "order_at": "2026-01-07T22:19:51.000000Z",
                "items": [
                    {
                        "item_currency_id": 1000019,
                        "item_currency_name": "D Silver",
                        "product_id": 3000094,
                        "sku": "DAG",
                        "product_name": "D Silver - Digital",
                        "product_weight": 1,
                        "price": 9.23,
                        "tax_rate": 0,
                        "tax": 0,
                        "amount": 100,
                        "total": 923,
                        "product_images": [],
                        "product_series": [],
                        "prices": []
                    }
                ]
            },
            {
                "id": 3248,
                "guid": "76CDD68E-514E-4978-BBB4-712CA060EBEE",
                "order_creation_status": "order",
                "external_id": "fb986260-ff48-4419-8a79-5ea05efe3ef4",
                "increment_id": "82315901943",
                "token": "g9x50NSugAjPAyIbsiXfOdKXqote0C5V",
                "price_token": "yNw47tTb0cQNJA9vNAg5MOXd6IfAXnaH",
                "type": "Buy",
                "price": 923,
                "tax": 0,
                "total": 923,
                "payment_cost": 0,
                "paid_total": 923,
                "delivery_cost": 0,
                "insurance_price": 0,
                "conversion_price": 0,
                "market_commission": 0,
                "minted_markup_price": 0,
                "silver_craftsmanship": 0,
                "currency_code": "AED",
                "status_id": 5,
                "status_name": "Completed",
                "customer": {
                    "external_id": "743a4765-0faa-4c98-bedf-3c7c78df6cdc",
                    "firstname": "Tyreek",
                    "middlename": "",
                    "lastname": "Kulas",
                    "fullname": "Tyreek Kulas",
                    "email": "[email protected]",
                    "phone": "+905322808035",
                    "gender": "M",
                    "identity_number": "12345677938",
                    "tax_office": null,
                    "birthdate": "1970-01-31",
                    "account_type": "person"
                },
                "shippingaddress": null,
                "billingaddress": null,
                "payment": null,
                "delivery": null,
                "order_at": "2026-01-07T21:59:19.000000Z",
                "items": [
                    {
                        "item_currency_id": 1000019,
                        "item_currency_name": "D Silver",
                        "product_id": 3000094,
                        "sku": "DAG",
                        "product_name": "D Silver - Digital",
                        "product_weight": 1,
                        "price": 9.23,
                        "tax_rate": 0,
                        "tax": 0,
                        "amount": 100,
                        "total": 923,
                        "product_images": [],
                        "product_series": [],
                        "prices": []
                    }
                ]
            },
            {
                "id": 3247,
                "guid": "63B3770C-103A-48E7-82CA-EDE0D9E7D7B5",
                "order_creation_status": "order",
                "external_id": "375db7a6-37ae-4c14-8267-d93f9f512828",
                "increment_id": "82313401232",
                "token": "qFTnU8yb43PFrjtTizsO33VQ3KqwwKGg",
                "price_token": "p0tMtHC8IdKa02VVNOIRjrK00Ssj1yN6",
                "type": "Buy",
                "price": 52613,
                "tax": 0,
                "total": 52613,
                "payment_cost": 0,
                "paid_total": 52613,
                "delivery_cost": 0,
                "insurance_price": 0,
                "conversion_price": 0,
                "market_commission": 0,
                "minted_markup_price": 0,
                "silver_craftsmanship": 0,
                "currency_code": "AED",
                "status_id": 5,
                "status_name": "Completed",
                "customer": {
                    "external_id": "743a4765-0faa-4c98-bedf-3c7c78df6cdc",
                    "firstname": "Tyreek",
                    "middlename": "",
                    "lastname": "Kulas",
                    "fullname": "Tyreek Kulas",
                    "email": "[email protected]",
                    "phone": "+905322808035",
                    "gender": "M",
                    "identity_number": "12345677938",
                    "tax_office": null,
                    "birthdate": "1970-01-31",
                    "account_type": "person"
                },
                "shippingaddress": null,
                "billingaddress": null,
                "payment": null,
                "delivery": null,
                "order_at": "2026-01-07T21:58:54.000000Z",
                "items": [
                    {
                        "item_currency_id": 1000013,
                        "item_currency_name": "D Gold",
                        "product_id": 3000086,
                        "sku": "DAU",
                        "product_name": "D Gold - Digital",
                        "product_weight": 1,
                        "price": 526.13,
                        "tax_rate": 0,
                        "tax": 0,
                        "amount": 100,
                        "total": 52613,
                        "product_images": [],
                        "product_series": [],
                        "prices": []
                    }
                ]
            },
            {
                "id": 3246,
                "guid": "9DF067D5-9C79-49F2-9F32-89F2A170CDA2",
                "order_creation_status": "order",
                "external_id": "f97c6647-6ca9-4895-bf01-606b20f42f8c",
                "increment_id": "82294101056",
                "token": "EJBJT0F7JMa4XIQz9YFEx5tHnKYghnwp",
                "price_token": "zbuNtj1zFVwbZ6b1c4WvioC7nS64mxyQ",
                "type": "Sell",
                "price": 526.13,
                "tax": 0,
                "total": 526.13,
                "payment_cost": 0,
                "paid_total": 526.13,
                "delivery_cost": 0,
                "insurance_price": 0,
                "conversion_price": 0,
                "market_commission": 0,
                "minted_markup_price": 0,
                "silver_craftsmanship": 0,
                "currency_code": "AED",
                "status_id": 5,
                "status_name": "Completed",
                "customer": {
                    "external_id": "743a4765-0faa-4c98-bedf-3c7c78df6cdc",
                    "firstname": "Tyreek",
                    "middlename": "",
                    "lastname": "Kulas",
                    "fullname": "Tyreek Kulas",
                    "email": "[email protected]",
                    "phone": "+905322808035",
                    "gender": "M",
                    "identity_number": "12345677938",
                    "tax_office": null,
                    "birthdate": "1970-01-31",
                    "account_type": "person"
                },
                "shippingaddress": null,
                "billingaddress": null,
                "payment": null,
                "delivery": null,
                "order_at": "2026-01-07T21:55:41.000000Z",
                "items": [
                    {
                        "item_currency_id": 1000013,
                        "item_currency_name": "D Gold",
                        "product_id": 3000086,
                        "sku": "DAU",
                        "product_name": "D Gold - Digital",
                        "product_weight": 1,
                        "price": 526.13,
                        "tax_rate": 0,
                        "tax": 0,
                        "amount": 1,
                        "total": 526.13,
                        "product_images": [],
                        "product_series": [],
                        "prices": []
                    }
                ]
            },
            {
                "id": 3245,
                "guid": "BE0407DD-F018-40F0-A868-4DAFA367BE96",
                "order_creation_status": "order",
                "external_id": "c6756067-3ab5-4f4b-b578-bfb802aaaf29",
                "increment_id": "82285501400",
                "token": "x9VzLGvmMk6aobWw1SHn4K2ydlbbn6M8",
                "price_token": "IDXpZC5Fi12BEFH5vIH4N9Dy185a8r1B",
                "type": "Sell",
                "price": 526.15,
                "tax": 0,
                "total": 526.15,
                "payment_cost": 0,
                "paid_total": 526.15,
                "delivery_cost": 0,
                "insurance_price": 0,
                "conversion_price": 0,
                "market_commission": 0,
                "minted_markup_price": 0,
                "silver_craftsmanship": 0,
                "currency_code": "AED",
                "status_id": 5,
                "status_name": "Completed",
                "customer": {
                    "external_id": "743a4765-0faa-4c98-bedf-3c7c78df6cdc",
                    "firstname": "Tyreek",
                    "middlename": "",
                    "lastname": "Kulas",
                    "fullname": "Tyreek Kulas",
                    "email": "[email protected]",
                    "phone": "+905322808035",
                    "gender": "M",
                    "identity_number": "12345677938",
                    "tax_office": null,
                    "birthdate": "1970-01-31",
                    "account_type": "person"
                },
                "shippingaddress": null,
                "billingaddress": null,
                "payment": null,
                "delivery": null,
                "order_at": "2026-01-07T21:54:15.000000Z",
                "items": [
                    {
                        "item_currency_id": 1000013,
                        "item_currency_name": "D Gold",
                        "product_id": 3000086,
                        "sku": "DAU",
                        "product_name": "D Gold - Digital",
                        "product_weight": 1,
                        "price": 526.15,
                        "tax_rate": 0,
                        "tax": 0,
                        "amount": 1,
                        "total": 526.15,
                        "product_images": [],
                        "product_series": [],
                        "prices": []
                    }
                ]
            },
            {
                "id": 3244,
                "guid": "DDA2CF99-79A4-499C-B3C3-EAF54D83F438",
                "order_creation_status": "order",
                "external_id": "45e46bf1-1f61-4082-ab21-ea22a291566b",
                "increment_id": "82250101054",
                "token": "Yn1S6hAXpNnu4bf93EWKagGidAIKimCB",
                "price_token": "DOmWM2zsDwCUa6uswPIHRun31i2lgGIG",
                "type": "Sell",
                "price": 525.87,
                "tax": 0,
                "total": 525.87,
                "payment_cost": 0,
                "paid_total": 525.87,
                "delivery_cost": 0,
                "insurance_price": 0,
                "conversion_price": 0,
                "market_commission": 0,
                "minted_markup_price": 0,
                "silver_craftsmanship": 0,
                "currency_code": "AED",
                "status_id": 5,
                "status_name": "Completed",
                "customer": {
                    "external_id": "743a4765-0faa-4c98-bedf-3c7c78df6cdc",
                    "firstname": "Tyreek",
                    "middlename": "",
                    "lastname": "Kulas",
                    "fullname": "Tyreek Kulas",
                    "email": "[email protected]",
                    "phone": "+905322808035",
                    "gender": "M",
                    "identity_number": "12345677938",
                    "tax_office": null,
                    "birthdate": "1970-01-31",
                    "account_type": "person"
                },
                "shippingaddress": null,
                "billingaddress": null,
                "payment": null,
                "delivery": null,
                "order_at": "2026-01-07T21:48:21.000000Z",
                "items": [
                    {
                        "item_currency_id": 1000013,
                        "item_currency_name": "D Gold",
                        "product_id": 3000086,
                        "sku": "DAU",
                        "product_name": "D Gold - Digital",
                        "product_weight": 1,
                        "price": 525.87,
                        "tax_rate": 0,
                        "tax": 0,
                        "amount": 1,
                        "total": 525.87,
                        "product_images": [],
                        "product_series": [],
                        "prices": []
                    }
                ]
            },
            {
                "id": 3243,
                "guid": "626C333C-79AB-438B-A817-34E155532807",
                "order_creation_status": "order",
                "external_id": "26cbe589-02b3-4a3f-8d3c-287a5f7610b1",
                "increment_id": "82240601938",
                "token": "RK2Ch05jLya1qRdGedqqad8VjcdKoias",
                "price_token": "TB9C1YyUc03nKuR4JZLO4Twn7qlnmRjd",
                "type": "Sell",
                "price": 525.87,
                "tax": 0,
                "total": 525.87,
                "payment_cost": 0,
                "paid_total": 525.87,
                "delivery_cost": 0,
                "insurance_price": 0,
                "conversion_price": 0,
                "market_commission": 0,
                "minted_markup_price": 0,
                "silver_craftsmanship": 0,
                "currency_code": "AED",
                "status_id": 5,
                "status_name": "Completed",
                "customer": {
                    "external_id": "743a4765-0faa-4c98-bedf-3c7c78df6cdc",
                    "firstname": "Tyreek",
                    "middlename": "",
                    "lastname": "Kulas",
                    "fullname": "Tyreek Kulas",
                    "email": "[email protected]",
                    "phone": "+905322808035",
                    "gender": "M",
                    "identity_number": "12345677938",
                    "tax_office": null,
                    "birthdate": "1970-01-31",
                    "account_type": "person"
                },
                "shippingaddress": null,
                "billingaddress": null,
                "payment": null,
                "delivery": null,
                "order_at": "2026-01-07T21:46:46.000000Z",
                "items": [
                    {
                        "item_currency_id": 1000013,
                        "item_currency_name": "D Gold",
                        "product_id": 3000086,
                        "sku": "DAU",
                        "product_name": "D Gold - Digital",
                        "product_weight": 1,
                        "price": 525.87,
                        "tax_rate": 0,
                        "tax": 0,
                        "amount": 1,
                        "total": 525.87,
                        "product_images": [],
                        "product_series": [],
                        "prices": []
                    }
                ]
            },
            {
                "id": 3242,
                "guid": "E7A836FC-4249-4F36-8454-2D112C8644BC",
                "order_creation_status": "order",
                "external_id": "62d3fa76-e852-4bcb-a883-e6cf63a9e5e8",
                "increment_id": "82222301515",
                "token": "yvpZDbmk4B9BoG5tcaLwvG9skYZfoJUp",
                "price_token": "Bls5bkaFFVQ8vqxXREDKLww1Rl3ZXKcq",
                "type": "Sell",
                "price": 525.96,
                "tax": 0,
                "total": 525.96,
                "payment_cost": 0,
                "paid_total": 525.96,
                "delivery_cost": 0,
                "insurance_price": 0,
                "conversion_price": 0,
                "market_commission": 0,
                "minted_markup_price": 0,
                "silver_craftsmanship": 0,
                "currency_code": "AED",
                "status_id": 5,
                "status_name": "Completed",
                "customer": {
                    "external_id": "743a4765-0faa-4c98-bedf-3c7c78df6cdc",
                    "firstname": "Tyreek",
                    "middlename": "",
                    "lastname": "Kulas",
                    "fullname": "Tyreek Kulas",
                    "email": "[email protected]",
                    "phone": "+905322808035",
                    "gender": "M",
                    "identity_number": "12345677938",
                    "tax_office": null,
                    "birthdate": "1970-01-31",
                    "account_type": "person"
                },
                "shippingaddress": null,
                "billingaddress": null,
                "payment": null,
                "delivery": null,
                "order_at": "2026-01-07T21:43:43.000000Z",
                "items": [
                    {
                        "item_currency_id": 1000013,
                        "item_currency_name": "D Gold",
                        "product_id": 3000086,
                        "sku": "DAU",
                        "product_name": "D Gold - Digital",
                        "product_weight": 1,
                        "price": 525.96,
                        "tax_rate": 0,
                        "tax": 0,
                        "amount": 1,
                        "total": 525.96,
                        "product_images": [],
                        "product_series": [],
                        "prices": []
                    }
                ]
            }
        ],
        "first_page_url": "/?page=1",
        "from": 1,
        "last_page": 4,
        "last_page_url": "/?page=4",
        "links": [
            {
                "url": null,
                "label": "pagination.previous",
                "active": false
            },
            {
                "url": "/?page=1",
                "label": "1",
                "active": true
            },
            {
                "url": "/?page=2",
                "label": "2",
                "active": false
            },
            {
                "url": "/?page=3",
                "label": "3",
                "active": false
            },
            {
                "url": "/?page=4",
                "label": "4",
                "active": false
            },
            {
                "url": "/?page=2",
                "label": "pagination.next",
                "active": false
            }
        ],
        "next_page_url": "/?page=2",
        "path": "/",
        "per_page": 10,
        "prev_page_url": null,
        "to": 10,
        "total": 37
    },
    "success": true,
    "code": 0,
    "message": ""
}
Modified at 2026-01-22 12:06:26
Previous
Complete Delivery
Next
Receipt
Built with