Skip to main content
Version: Next

Tạo Deep Link thanh toán

Tạo liên kết thanh toán (Deep Link) để chuyển hướng người dùng tới trang thanh toán Tingee.

Cách sử dụng

const result = await client.deepLink.generate({
amount: 500000,
orderId: 'ORDER_001',
description: 'Thanh toan don hang',
callbackUrl: 'https://your-site.com/callback',
});

Tham số đầu vào

TrườngKiểuBắt buộcMô tả
amountnumberSố tiền thanh toán
orderIdstringMã đơn hàng
descriptionstringNội dung thanh toán
callbackUrlstringURL callback sau thanh toán
merchantIdnumberID Merchant (bắt buộc nếu qua Master Merchant)

Response

{
"code": "00",
"message": "Success",
"data": {
"deepLink": "https://tingee.vn/pay?token=abc123..."
}
}
TrườngKiểuMô tả
data.deepLinkstringURL Deep Link thanh toán