- Partner
- Genel Bakış
- Buy
- Sell
- Customers
- Balances
- Card Storage
- Delivery
- Product PricesGET
- Get OrdersGET
- Get OrderGET
- Get Order (Alternative)POST
- Partner LegalPOST
- Order StatussesGET
- E-Commerce API
- Catalog
- Customers
- Customer Address
- Checkout
- Legal
- WS
- Minted PricesGET
Customer Balance
Testing
Testing Env
Testing Env
GET
https://api.staging.mintedconnect.com/partner/balance/customer/1710174559
BalanceCustomer
Last modified:2024-08-23 11:43:16
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
api-version
string
optional
Example:
2
x-client-id
string
required
Default:
web
Accept-Language
string
optional
Default:
tr
Request 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/1710174559' \
--header 'api-version: 2' \
--header 'api-version;' \
--header 'x-client-id;' \
--header 'Accept-Language: tr'
Responses
🟢200OK
application/json
Body
data
array [object {12}]
required
customer_external_id
string
required
name
string
required
currency_id
integer
required
currency_symbol
string
required
currency_code
string
required
is_cash
boolean
required
balance
integer
required
blocked
integer
required
real_balance
integer
required
soft_blocked_amount
integer
required
stats
object
required
prices
object
required
success
boolean
required
code
integer
required
message
string
required
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 2024-08-23 11:43:16