Skip to content

Tạo giao dịch - lấy mã QR

Tạo giao dịch

  • Method: POST
  • Endpoint: https://admin.usdt1pay.com/transaction/create-tran

Body

json
{
  "order_id": "99999",
  "amount": 100,
  "notify_url": "http://example.com/webhook",
  "redirect_url": "http://example.com/redirect_after_pay",
}
TênLoạiBắt buộcMô tả
» tokenstringBắt buộcAPI token của tài khoản đăng ký
» order_idstringTùy chọnMã giao dịch
» amountnumberBắt buộcSố tiền
» notify_urlstringBắt buộcUrl nhận thông báo về giao dịch
» redirect_urlstringBắt buộcUrl chuyển hướng sau khi thanh toán thành công

Kết quả trả về

Response

json
{
  "status_code": 200,
  "message": "success",
  "data": {
    "trade_id": "202203271648380592218340",
    "order_id": "99999",
    "amount": 100,
    "actual_amount": 100,
    "token": "TNEns8t9jbWENbStkQdVQtHMGpbsYsQjZK",
    "expiration_time": 1648381192,
    "payment_url": "http://admin.usdt1pay.com/pay/checkout-counter/202203271648380592218340"
  },
  "request_id": "b1344d70-ff19-4543-b601-37abfb3b3686"
}