AEON-Project / GameOn-TON-Hackathon

2 stars 1 forks source link

Code 8016 Error: Payment method not supported #5

Open dao0dev opened 6 days ago

dao0dev commented 6 days ago

data: {
    code: '8016',
    msg: 'Payment method not supported ',
    model: null,
    traceId: '6712b69b470bb734e277bb4a16e22637',
    success: false,
    error: true
  }```

const data = {
      appId: this.apiId,
      merchantOrderNo: this.merchantId,
      orderAmount: "1000",
      payCurrency: "USD",
      paymentTokens: "USDC, USDT",
      userId: "-",
    };
    const signature = this.sign(data);
    data.sign = signature;
    data.tgModel = "MINIAPP";
    data.expiredTime = Date.now();
Koala-AEON commented 4 days ago

Hi! We are working on it and get back to you later.

Koala-AEON commented 4 days ago
data: {
    code: '8016',
    msg: 'Payment method not supported ',
    model: null,
    traceId: '6712b69b470bb734e277bb4a16e22637',
    success: false,
    error: true
  }```

const data = {
      appId: this.apiId,
      merchantOrderNo: this.merchantId,
      orderAmount: "1000",
      payCurrency: "USD",
      paymentTokens: "USDC, USDT",
      userId: "-",
    };
    const signature = this.sign(data);
    data.sign = signature;
    data.tgModel = "MINIAPP";
    data.expiredTime = Date.now();

Please try again, the problem is fixed.

dao0dev commented 4 days ago

    code: '8011',
    msg: 'order not already exists',
    model: null,
    traceId: '6716263a7f77c81b218f38c82485d7fd',
    success: false,
    error: true
  }``` now, I get an error
Koala-AEON commented 3 days ago
    code: '8011',
    msg: 'order not already exists',
    model: null,
    traceId: '6716263a7f77c81b218f38c82485d7fd',
    success: false,
    error: true
  }``` now, I get an error

Hi, everytime you place an order please use the uniqle merchantorderno. Merchantorderno can't be repeated.

dao0dev commented 2 days ago

I get error data: { code: '1', msg: 'Sorry for any inconvenience caused, but the system is currently undergoing maintenance and cannot provide services.', model: null, traceId: '6718b5ebb454bd85a7d3be988260d429', success: false, error: true }

Koala-AEON commented 2 days ago

The string of "expiredTime" need to be narrow down to no bigger than 172800 (48h)