Minted Connect
  1. Customers
Minted Connect
Partner
  • Partner
  • E-Commerce API
  • 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
  • Card Storage
    • Card Storage List
      POST
    • Card Storage Add
      POST
    • Card Storage Delete
      DELETE
  • Delivery
    • Delivery - List Wallets
      POST
    • Delivery - Calculate
      POST
    • Delivery - Create (Pay With Cash)
      POST
    • Delivery - Create (Pay With Card Payment)
      POST
  • Product Prices
    GET
  • Get Orders
    GET
  • Get Order
    GET
  • Get Order (Alternative)
    POST
  • Partner Legal
    POST
  • Order Statusses
    GET
  1. Customers

Get Customer

Testing
Testing Env
https://api.staging.mintedconnect.com
Testing Env
https://api.staging.mintedconnect.com
GET
https://api.staging.mintedconnect.com
/partner/customer/{{external_customer_id}}
Last modified:2024-05-18 02:08:11
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="***"
Header Params
api-version
string 
optional
Example:
2
x-client-id
string 
required
Default value: web
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 -g --request GET 'https://api.staging.mintedconnect.com/partner/customer/MTD0018232' \
--header 'api-version: 2' \
--header 'api-version;' \
--header 'x-client-id;' \
--header 'Accept-Language: tr'

Responses

🟢200OK
application/json
Body
data
object 
required
external_id
string 
required
firstname
string 
optional
middlename
string 
optional
lastname
string 
optional
fullname
string 
optional
email
string 
required
phone
string 
required
gender
string 
required
identity_number
string  | null 
optional
birthdate
string  | null 
optional
wallets
array [object {12}] 
required
success
boolean 
required
code
integer 
required
message
string 
required
Example
{
  "data": {
    "external_id": "test0101010",
    "firstname": "Deneme",
    "middlename": "",
    "lastname": "deneme",
    "fullname": "Deneme deneme",
    "email": "[email protected]",
    "phone": "+905338383888",
    "gender": "M",
    "identity_number": null,
    "birthdate": null,
    "wallets": [
      {
        "customer_name": "Deneme deneme",
        "name": "Gold Wallet",
        "type": "regular",
        "company_id": 2000000,
        "company_name": "The Minted App Ltd",
        "currency_id": 1000004,
        "currency_symbol": "",
        "currency_code": "MAU",
        "is_cash": false,
        "balance": 0,
        "blocked": 0,
        "real_balance": 0
      },
      {
        "customer_name": "Deneme deneme",
        "name": "Silver Wallet",
        "type": "regular",
        "company_id": 2000000,
        "company_name": "The Minted App Ltd",
        "currency_id": 1000005,
        "currency_symbol": "",
        "currency_code": "MAG",
        "is_cash": false,
        "balance": 0,
        "blocked": 0,
        "real_balance": 0
      },
      {
        "customer_name": "Deneme deneme",
        "name": "Cash Wallet",
        "type": "regular",
        "company_id": 2000000,
        "company_name": "The Minted App Ltd",
        "currency_id": 1000000,
        "currency_symbol": "£",
        "currency_code": "GBP",
        "is_cash": true,
        "balance": 0,
        "blocked": 0,
        "real_balance": 0
      }
    ]
  },
  "success": true,
  "code": 0,
  "message": ""
}
Modified at 2024-05-18 02:08:11
Previous
Remove Customer Id
Next
Customer Wallet Kyc - Get
Built with