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
  • 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

Balance / Wallet

Developing
Testing Env
https://api.staging.mintedconnect.com
Testing Env
https://api.staging.mintedconnect.com
GET
https://api.staging.mintedconnect.com
/partner/walletable/balance
Last modified:2026-01-23 12:58:49
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/balance?metal_type=gold,silver&external_customer_id=test0101010&is_deliverable=false' \
--header 'api-version: 2' \
--header 'api-version: 3' \
--header 'x-client-id: web' \
--header 'x-client-id: web' \
--header 'Accept-Language: tr' \
--header 'Accept-Language: tr' \
--header 'Authorization: Digest <parameters>'

Responses

🟢200Success
application/json
Body

Example
{
    "data": [
        {
            "productName": "2012 Birleşik Krallık Madeni Koleksiyon Para",
            "images": [
                {
                    "key": "image",
                    "value": "https://minted-tr.mncdn.com/products/151/Z8pGQxCffwInCoHsRANFV5w2xnScOHXmD90t9DfB.png"
                },
                {
                    "key": "image",
                    "value": "https://minted-tr.mncdn.com/products/151/KNdIHQGPU2QQqdis4rbifAq2V0dQTwqb39ixFA18.png"
                }
            ],
            "sku": "UKC003",
            "series": [],
            "quantity": 1,
            "price": 95527.5,
            "total": 95527.5,
            "is_deliverable": false,
            "created_at": "2026-01-16 07:10:16"
        },
        {
            "productName": "Aguna Küpe Küçük Boy",
            "images": [
                {
                    "key": "image",
                    "value": "https://minted-tr.mncdn.com/products/75/gOH9TizLXy6rt0KouvaZfp5VAGIZEwUveizk1XGt.png"
                }
            ],
            "sku": "SLD0003",
            "series": [],
            "quantity": 5,
            "price": 1406349.5,
            "total": 7031747.5,
            "is_deliverable": false,
            "created_at": "2026-01-11 08:55:22"
        },
        {
            "productName": "Chimera Cigar Yüzük",
            "images": [
                {
                    "key": "image",
                    "value": "https://minted-tr.mncdn.com/products/76/K1A1o7AVdInpdMTbWYEom7VQCfKxuPow6F7fYAXk.png"
                }
            ],
            "sku": "SLD0002",
            "series": [],
            "quantity": 5,
            "price": 4674479,
            "total": 23372395,
            "is_deliverable": false,
            "created_at": "2026-01-12 08:55:22"
        },
        {
            "productName": "Catch You Şahmeran",
            "images": [
                {
                    "key": "image",
                    "value": "https://minted-tr.mncdn.com/products/77/nJTylQFdPDkaBITmYbe87ppGBLKi9YFpFSJZUfvu.png"
                }
            ],
            "sku": "SLD0005",
            "series": [],
            "quantity": 5,
            "price": 2146184.5,
            "total": 10730922.5,
            "is_deliverable": false,
            "created_at": "2026-01-13 08:55:22"
        },
        {
            "productName": "Catch You Beyaz Pırlantalı Bileklik",
            "images": [
                {
                    "key": "image",
                    "value": "https://minted-tr.mncdn.com/products/78/oBSqV8dEs0NFf7G2SsHnNpTqpNUVjYmBwadEWBZI.png"
                }
            ],
            "sku": "SLD0004",
            "series": [],
            "quantity": 5,
            "price": 1178172.5,
            "total": 5890862.5,
            "is_deliverable": false,
            "created_at": "2026-01-14 08:55:22"
        },
        {
            "productName": "Baby Dragon Beyaz Pırlantalı Kolye",
            "images": [
                {
                    "key": "image",
                    "value": "https://minted-tr.mncdn.com/products/79/kv9g60nHB4ppsWWAxg87efk6EoS5G1u9rRAhTG87.png"
                }
            ],
            "sku": "SLD0006",
            "series": [],
            "quantity": 5,
            "price": 1132519.5,
            "total": 5662597.5,
            "is_deliverable": false,
            "created_at": "2026-01-15 08:55:22"
        }
    ],
    "success": true,
    "code": 0,
    "message": ""
}
🟠422ValidationError
Modified at 2026-01-23 12:58:49
Previous
Receipt
Next
Get Active Basket
Built with