Minted Connect
  1. Complete
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
  • Complete
    • Complete Buy
      POST
    • Complete Sell
      POST
    • Complete Delivery
      POST
  • 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. Complete

Complete Buy

Testing Env
https://api.staging.mintedconnect.com
Testing Env
https://api.staging.mintedconnect.com
POST
https://api.staging.mintedconnect.com
/partner/walletable/complete/buy
Last modified:2026-02-19 08:50:25
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

Body Params application/json

Example
{
  "external_customer_id": "{{customer_external_id}}",
  "cart_token": "{{cart_token}}"
}

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 POST 'https://api.staging.mintedconnect.com/partner/walletable/complete/buy' \
--header 'x-client-id: web' \
--header 'api-version: 3' \
--header 'Accept-Language: tr' \
--header 'Authorization: Digest <parameters>' \
--header 'Content-Type: application/json' \
--data-raw '{
  "external_customer_id": "",
  "cart_token": "{{cart_token}}"
}'

Responses

🟢200Success
application/json
Body

Example
{
    "data": {
        "id": 10914,
        "guid": "3DC98C5F-F23B-4FC3-BCD0-AF0AE9C9AF47",
        "order_creation_status": "order",
        "external_id": null,
        "increment_id": "49074601532",
        "token": "8PqDLN3ntmuQYCVs7RvCSW8FXtpHHxge",
        "price_token": "JNAqWuc3NShBli71ceBGFp1Td4NG047B",
        "type": "walletable_ecommerce",
        "price": 1777.38,
        "tax": 0,
        "total": 1777.38,
        "payment_cost": 0,
        "paid_total": 1853.9,
        "delivery_cost": 0,
        "insurance_price": 0,
        "conversion_price": 0,
        "market_commission": 0,
        "minted_markup_price": 0,
        "silver_craftsmanship": 0,
        "charge_fee": 35.55,
        "minting_fee": 35.55,
        "storage_fee": 1.78,
        "charges_vat": 3.64,
        "currency_code": "AED",
        "status_id": 2,
        "status_name": "Pending",
        "customer": {
            "external_id": "ea0982a7-4fd3-43ff-a682-cae5870d1eac",
            "firstname": "Brant",
            "middlename": "",
            "lastname": "Ankunding",
            "fullname": "Brant Ankunding",
            "email": "[email protected]",
            "phone": "+905111111111",
            "gender": "M",
            "identity_number": "12345678910",
            "tax_office": null,
            "birthdate": "1970-01-31",
            "account_type": "person"
        },
        "shippingaddress": null,
        "billingaddress": null,
        "payment": null,
        "delivery": null,
        "order_at": "2026-02-19T08:50:30.000000Z",
        "items": [
            {
                "item_currency_id": 1000013,
                "item_currency_name": "Dirham Gold",
                "product_id": 3000099,
                "sku": "MNTBAE0001",
                "product_name": "Minted 1 g 999.9 Gold Bar",
                "product_weight": 1,
                "price": 592.46,
                "tax_rate": 0,
                "tax": 0,
                "amount": 3,
                "total": 1777.38,
                "product_images": [
                    "https://minted-tr.mncdn.com/products/10/Z1P5eT1ggOvmgyS5bwFeW1qZwS41zj5FOL3gu4Fv.png",
                    "https://minted-tr.mncdn.com/products/10/JxMzuWaZkljzWoVXzfKZPWYY2FeAU1TQY1sAtMnv.png",
                    "https://minted-tr.mncdn.com/products/10/qzyXgt51f7ndySM5QpMQqyDN6QBZXqAomsyshp5r.png",
                    "https://minted-tr.mncdn.com/products/10/sKZiiWqLA9PdejL5mG2sMWOyPJl7FWD95ILsYtx4.png"
                ],
                "prices": [
                    {
                        "id": 6,
                        "name": "Fiziksel Dönüşüm",
                        "price": 0
                    },
                    {
                        "id": 4,
                        "name": "Kargo",
                        "price": 0
                    },
                    {
                        "id": 7,
                        "name": "Minting Fee",
                        "price": 11.85
                    }
                ]
            }
        ]
    },
    "success": true,
    "code": 0,
    "message": ""
}
Modified at 2026-02-19 08:50:25
Previous
Get Products
Next
Complete Sell
Built with