Minted Connect
    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

      Partner Legal

      Testing
      Testing Env
      https://api.staging.mintedconnect.com
      Testing Env
      https://api.staging.mintedconnect.com
      POST
      https://api.staging.mintedconnect.com
      /partner/legal
      Last modified:2024-08-20 12:17:10
      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
      x-client-id
      string 
      required
      Default value: web
      Default:
      web
      api-version
      string 
      optional
      Latest version: 3
      Default:
      3
      Accept-Language
      string 
      optional
      Default:
      tr
      Body Params application/json
      external_id
      string 
      required
      Example
      {
        "external_id": "{{external_id}}"
      }

      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 POST 'https://api.staging.mintedconnect.com/partner/legal' \
      --header 'x-client-id;' \
      --header 'api-version: 3' \
      --header 'Accept-Language: tr' \
      --header 'Content-Type: application/json' \
      --data-raw '{
          "external_id": "{{external_id}}"
      }'

      Responses

      🟢200OK
      application/octet-stream
      Body
      data
      object (Partner) 
      required
      id
      integer 
      required
      name
      string 
      required
      email
      string 
      required
      phone
      string 
      required
      currency_code
      optional
      logo
      string  | null 
      optional
      website
      string  | null 
      optional
      purchase_limit_numberof_daily
      integer 
      required
      purchase_limit_per_order
      integer 
      required
      purchase_limit_value_daily
      integer 
      required
      daily_remaining_limit
      integer 
      required
      cash_balance
      number 
      required
      success
      boolean 
      required
      code
      integer 
      required
      message
      string 
      required
      🟠404Record Not Found
      Modified at 2024-08-20 12:17:10
      Previous
      Get Order (Alternative)
      Next
      Order Statusses
      Built with