Direct Pay MOTO ERROR Operation

POST: https://uat.test2pay.com/sgs/api/acquire2/placeOrder

Payload
{
  "requestTime": "1774278688574",
  "bizContent": {
    "merchantOrderNo": "3b534275-12a5-417a-8027-df00700fd565",
    "subject": "Your subject",
    "totalAmount": {
      "currency": "AED",
      "amount": 1.0
    },
    "paySceneCode": "DIRECTPAY",
    "paySceneParams": {
      "redirectUrl": "https://payby.somee.com/Home/returnUrl?Orderid=3b534275-12a5-417a-8027-df00700fd565",
      "cardToken": "11151817705922579642",
      "email": "customer@payment.com",
      "platformType": "WEB",
      "threeDSecure": "false",
      "customerId": "customer_id001",
      "realIP": "155.254.246.24"
    },
    "reserved": "order desc",
    "notifyUrl": "https://webhook.site/a282b934-dbe1-4419-ba32-62f7ee1ea433",
    "accessoryContent": {
      "amountDetail": {
        "vatAmount": {
          "currency": "AED",
          "amount": 20.65
        },
        "amount": {
          "currency": "AED",
          "amount": 1.09
        }
      },
      "goodsDetail": {
        "body": "Gifts",
        "categoriesTree": "CT12",
        "goodsCategory": "GC10",
        "goodsId": "GI1005",
        "goodsName": "candy flower",
        "price": {
          "currency": "AED",
          "amount": 10.87
        },
        "quantity": 2
      }
    }
  }
}
Response
{
  "head": {
    "applyStatus": "SUCCESS",
    "code": "62078",
    "msg": "CARD_NOT_EXIST",
    "traceCode": "960997"
  }
}