Minted Connect
  1. Balances
Minted Connect
Partner
  • Partner
  • E-Commerce API
  • Embedded Webview
  • Genel Bakış
    • Genel Bakış
    • Partner cüzdan entegrasyonu
  • Buy
    • Customer - B2B2C
      • From Amount
        • Price Fix (Get Prices)
        • Calculate Price
        • Buy (Gold)
        • Buy (Silver)
        • Buy (Platinum)
      • From Total Price
        • Price Fix (Get Prices)
        • Buy (Gold)
        • Buy (Silver)
    • Partner - B2B
      • Price Fix (Get Prices)
      • Buy (Gold)
      • Buy (Silver)
    • Card Payment
      • Payment Get All Types
      • Card Payment Bin Query (Installments/Comissions)
      • Card Payment Price Fix (Get Prices)
      • Card Payment Buy (with card number)
      • Card Payment Buy (with card token)
      • Card Payment Get Order
  • Sell
    • Customer - B2B2C
      • Price Fix (Get Prices)
      • Sell (Gold)
      • Sell (Silver)
    • Partner - B2B
      • Price Fix (Get Prices)
      • Sell (Gold)
      • Sell (Silver)
  • Customers
    • Create Customer
      POST
    • Create Business Customer
      POST
    • Update Customer
      PATCH
    • Remove Customer Id
      DELETE
    • Get Customer
      GET
    • Customer Wallet Kyc - Get
      GET
    • Customer Wallet Kyc - Upsert
      POST
    • Customer Wallet Kyc - Bulk Upsert
      POST
  • Balances
    • Partner Balance
      GET
    • Customer Balance
      GET
    • Update Customer Cash Balance
      PATCH
    • Stats
      POST
    • Customer Balance 7d Stats
      GET
  • Card Storage
    • Card Storage List
      POST
    • Card Storage Add
      POST
    • Card Storage Delete
      DELETE
  • Delivery
    • Delivery - List Wallets
    • Delivery - Calculate
    • Delivery - Create (Pay With Cash)
    • Delivery - Create (Pay With Card Payment)
  • Product Prices
    GET
  • Get Orders
    GET
  • Get Order
    GET
  • Get Order (Alternative)
    POST
  • Partner Legal
    POST
  • Order Statusses
    GET
  1. Balances

Customer Balance

Testing
Testing Env
https://api.staging.mintedconnect.com
Testing Env
https://api.staging.mintedconnect.com
GET
https://api.staging.mintedconnect.com
/partner/balance/customer/44874970643
Last modified:2025-05-23 07:59:34

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="***"
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/balance/customer/44874970643' \
--header 'api-version: 2' \
--header 'api-version;' \
--header 'x-client-id;' \
--header 'Accept-Language: tr'

Responses

🟢200OK
application/json
Body

Example
{
    "data": [
        {
            "customer_external_id": "proident est cillum dolor culpa",
            "name": "consectetur qui consequuntur",
            "currency_id": 98119732,
            "currency_symbol": "₫",
            "currency_code": "HKD",
            "is_cash": true,
            "balance": 52796741,
            "blocked": -12776915,
            "real_balance": 99415120,
            "soft_blocked_amount": -61152467,
            "stats": {
                "alltime": {
                    "cost_price": 26041732.69825521,
                    "change_percent": -91481957.39410748,
                    "net_change": 77832252.5388555
                }
            },
            "prices": {
                "price": 20698105.09894672,
                "previous_close_price": 58467690.92923671
            }
        },
        {
            "customer_external_id": "laboris sunt aute sit in",
            "name": "nam architecto deleniti",
            "currency_id": 10944907,
            "currency_symbol": "KM",
            "currency_code": "VUV",
            "is_cash": false,
            "balance": 47303828,
            "blocked": 83391314,
            "real_balance": -47470616,
            "soft_blocked_amount": -77920182,
            "stats": {
                "alltime": {
                    "cost_price": 50692334.73522523,
                    "change_percent": 5365618.551005721,
                    "net_change": -7037348.974411637
                }
            },
            "prices": {
                "price": 34956106.22854653,
                "previous_close_price": 37923655.91901472
            }
        }
    ],
    "success": true,
    "code": 56137860,
    "message": "Tenetur asperiores distinctio quis. Magnam illo iure ullam delectus nulla facere officiis sint nam. Sit officiis repudiandae esse. Est excepturi deserunt. Beatae excepturi at. Occaecati debitis modi ut at quasi explicabo deleniti corrupti."
}
Modified at 2025-05-23 07:59:34
Previous
Partner Balance
Next
Update Customer Cash Balance
Built with