在使用store/orders/test进行提交测试时报错 "Your bank transfer order does not meet minimum order value requirements for your country"

  • Hi,

    请确认您使用的结算货币,是否为CNY

  • {
      "orderInfo": {
        "orderNumber": "",
        "cartID": "C334057198",
        "checkoutProfileId": "E95520F65A9BE2C2E05386******",
        "currencyCode": "CNY",
        "orderDate": "2022-09-28T21:00:59Z",
        "orderEntry": "API",
        "customerPurchaseOrderNumber": "BL0rd2******",
        "orderStatus": "",
        "orderedBy": "******",
        "endCustomerCompanyName": "深圳市******有限公司",
        "application": "Pro audio, video & signage",
        "endEquipment": "Professional video camera",
        "intendedForMilitary": "No",
        "isProductionOrder": false,
        "totalOrderSummary": {
          "subTotal": 340.5,
          "estimatedDiscountAmount": 0,
          "estimatedShippingCost": 80,
          "estimatedTaxes": 54.67,
          "orderTotal": 475.17
        },
        "discounts": null,
        "lineItems": [
          {
            "tiLineItemNumber": "0",
            "customerLineItemNumber": "1",
            "tiPartNumber": "LM393DR",
            "customerPartNumber": "05010882",
            "tiPartDescription": "Dual differential comparator, commercial grade",
            "partType": "IC",
            "htsCode": "",
            "coCode": "",
            "quantity": 500,
            "shippedQuantity": 0,
            "unitPrice": 0.681,
            "netPrice": 340.5,
            "dateCode": null,
            "batchCode": null,
            "status": "",
            "fees": null,
            "discounts": null,
            "packageInformation": {
              "carrier": "LARGE T&R",
              "delivery": [
                {
                  "type": "Cut tape",
                  "quantity": 500
                }
              ]
            },
            "waiverAvailable": "false",
            "trackingAndShipping": [
              {
                "shippingFreightAccount": "TI",
                "trackingNumbers": [
                  {
                    "shippingFromCountryCode": "Shenzhen",
                    "serviceLevel": "International economy",
                    "shipDate": null,
                    "masterTracking": null,
                    "leg1Carrier": null,
                    "leg1Tracking": null,
                    "leg1TrackingURL": null,
                    "leg2Carrier": null,
                    "leg2Tracking": null,
                    "leg2TrackingURL": null
                  }
                ],
                "invoices": [],
                "creditMemo": null
              }
            ],
            "customerItemComments": null,
            "notifications": []
          }
        ],
        "shippingAddress": {
          "firstName": "******",
          "lastName": "******",
          "company": "****** ltd",
          "addressLine1": "******",
          "addressLine2": "Huawang Road,Dalang, Longhua",
          "city": "Shenzhen",
          "stateRegion": "Guangdong",
          "postalCode": "518109",
          "regionCode": "CN",
          "region": "China",
          "email": "******@************.com",
          "phoneNumber": "136 ******",
          "companyUrl": "www.******.com"
        },
        "billingAddress": {
          "firstName": "******",
          "lastName": "******",
          "company": "****** ****** co ltd",
          "addressLine1": "5/f,******,****** ******,",
          "addressLine2": "Huawang Road,Dalang, Longhua",
          "city": "Shenzhen",
          "stateRegion": "Guangdong",
          "postalCode": "518109",
          "regionCode": "CN",
          "region": "China",
          "email": "******@******-******.com",
          "phoneNumber": "136 ****** ******",
          "companyUrl": "www.******-******.com"
        },
        "payment": {
          "type": null,
          "method": null,
          "bankTranferApproverEmail": null
        },
        "taxInfo": {
          "taxExemption": false
        },
        "vatDetails": [
          {
            "type": "SPECIALPAPERINVOICE",
            "details": [
              {
                "customerTaxId": "9144030067857******",
                "customerName": "******",
                "registrationAddress": "深圳市龙华************",
                "contactPhone": null,
                "contactMobilePhone": "0755-******",
                "contactEmail": "",
                "bankName": "上海浦东发展银行******",
                "bankAccountNumber": "7914015474******"
              }
            ]
          }
        ],
        "orderComments": [
          {
            "message": "MY TEST ORDER"
          }
        ],
        "notifications": []
      },
      "errors": [
        {
          "errorCode": "ERR-TICOM-ORDER-API-0009",
          "type": "Validation",
          "section": "Generic",
          "field": null,
          "reason": "Your bank transfer order does not meet minimum order value requirements for your country",
          "message": "Resubmit the request with different payment options. For additional information refer to https://api-portal.ti.com/order-api-payment",
          "data": null
        }
      ]
    }

    第6行 ‘    "currencyCode": "CNY",’  是吗?

  • Hi,

    结算货币是 CNY。

    请尝试提高 “netPrice”

  •     "lineItems": [
          {
            "customerLineItemNumber": 1,
            "tiPartNumber": "LM393DR",
            "customerPartNumber": "05010882",
            "customReelIndicator": false,
            "quantity": 500,
            "netPrice": 1800,
            "customerItemComments": [
              {
                "message": "MY TEST ORDER"
              }
            ]
          }
        ]

    请问是这样修改  “netPrice” 吗?但是改  "netPrice": 1800 后还是报同样的错误。

  • Hi,

    我们正在检查你的checkoutProfileId是否开通人民币支付