Direct Pay MOTO ERROR Operation

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

Payload
{
  "requestTime": 1769931511290,
  "bizContent": {
    "merchantOrderNo": "eeb9b63d-3a32-4a48-9105-649902768fd8",
    "subject": "Your subject",
    "totalAmount": {
      "currency": "AED",
      "amount": 1.01
    },
    "paySceneCode": "PAYPAGE",
    "paySceneParams": {
      "redirectUrl": "https://payby.somee.com/Home/returnUrl?Orderid=eeb9b63d-3a32-4a48-9105-649902768fd8"
    },
    "reserved": "order desc",
    "notifyUrl": "https://webhook.site/0747deab-6a94-4411-9c8c-d275ef7f9fbf",
    "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
      },
      "terminalDetail": {
        "operatorId": "OP1000000000000001",
        "storeId": "SI100000000000002",
        "terminalId": "TI100999999999900",
        "merchantName": "candy home",
        "storeName": "lovely house"
      }
    }
  }
}
Response
{
  "head": {
    "applyStatus": "SUCCESS",
    "code": "62078",
    "msg": "CARD_NOT_EXIST",
    "traceCode": "006655"
  }
}