Last updated 1 year ago
URL: <PARTNER_PAYMENT_URL>?key=<encrypted_key>?data=<encrypted_data>
Method: REDIRECT
Mô tả: Dùng chuyển hướng người dùng đến hệ thống thanh toán của đối tác
Yêu cầu bảo mật:
key (string, required),
Key giải mã dữ liệu (đã được mã hóa). Cách giải mã tham khảo mục:
data (string, required),
Dữ liệu kèm theo chữ ký điện tử (đã được mã hóa). Cách giải mã tham khảo mục:
Signature data schema:
<access_code>|<booking_number>|<product_type>|<total_amount>
Original data schema:
<access_code>|<booking_number>|<product_type>|<signature>|<total_amount>
access_code (String, required)
Access code do Gotadi cung cấp cho Đối tác.
bookingNumber (String, optional)
Mã dùng tham chiếu đến booking
product_type (String, optional)
Loại sản phẩm, có giá trị là AIR hoặc HOTEL tương ứng với loại sản phẩm được mua
AIR
HOTEL
total_amount (String, optional)
Tổng số tiền phải thanh toán
https://partner_x.com/payment?key=...?data=...