https://kiha.tki3t.app/api/v1/products/list?search=duolingo-super
id
name
plans[]
price
sale_price
fields[]
2
duolingo-super
ID: 2
ID: 3
ID: 4
curl "https://kiha.tki3t.app/api/v1/products/list" \ -H "X-API-Key: sk_live_your_api_key_here" \ -H "X-API-Secret: sk_secret_your_api_secret_here"
https://kiha.tki3t.app/api/v1/orders/create
{ "items": [ { "plan_id": 2, "quantity": 1, "fields": { "field_key": "field_value" } } ], "coupon_code": "" }
3
4
curl -X POST "https://kiha.tki3t.app/api/v1/orders/create" \ -H "Content-Type: application/json" \ -H "X-API-Key: sk_live_your_api_key_here" \ -H "X-API-Secret: sk_secret_your_api_secret_here" \ -d '{"items":[{"plan_id":2,"quantity":1}]}'
https://kiha.tki3t.app/api/v1/orders/status?trans_id={trans_id}
trans_id
order
delivery.items
status
curl "https://kiha.tki3t.app/api/v1/orders/status?trans_id=ORD123456" \ -H "X-API-Key: sk_live_your_api_key_here" \ -H "X-API-Secret: sk_secret_your_api_secret_here"
Chọn một gói để xem mô tả
Chưa có đánh giá nào cho sản phẩm này
Các sản phẩm cùng chuyên mục với sản phẩm bạn đang xem