API này cho phép người dùng tạo một phiếu thu mới bằng cách gửi thông tin phiếu thu qua yêu cầu POST
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Body Params application/json
Example
{"payment_method_id":9,"total_amount":2000000,"description":"Thu đơn hàng","note":"KH chuyển khoản","allocations":[{"ref_type":"order","ref_code":"UP2202","amount":2000000}],"qr_options":{"template":"compact2"}}