Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params multipart/form-data
Request Code Samples
curl --location --request POST 'https://demo.tourwell.net/api/v1/billings/payments//confirm-payment' \
--header 'Authorization: Bearer <token>' \
--form 'files[]=@""' \
--form 'confirm_at="14/05/2025"' \
--form 'confirm_note="Xác nhận thanh toán qua API"' \
--form 'payment_method_id="0"' \
--form 'forward_email="kt@upwell.vn"' \
--form 'confirm_by_email="kt@upwell.vn"' \
--form 'confirm_status="1"' \
--form 'transfer_content="TK 0123456789 +5,000,000 VND luc 10:23 02/07/2025. ND: Chuyen tien cho Nguyen Van A. So du: 25,350,000 VND."' \
--form 'description=""'
Responses
application/json {"success":true,"message":"Payment updated successfully","data":{"code":"PC712"}}
Modified at 2025-07-02 04:06:10