1curl --location 'https://merchant-sandbox.qpay.mn/v2/invoice' \
2--header 'Content-Type: application/json' \
3--header 'Authorization: Bearer' \
4--data-raw '{
5 "invoice_code": "TEST_INVOICE",
6 "sender_invoice_no": "9329873948",
7 "sender_branch_code": "branch",
8 "invoice_receiver_code": "terminal",
9 "invoice_receiver_data":{
10 "register":"TA89102712",
11 "name":"Бат",
12 "email":"info@info.mn",
13 "phone":"99887766"
14 },
15 "invoice_description": "Invoice description",
16 "invoice_due_date": null,
17 "allow_partial": false,
18 "minimum_amount": null,
19 "allow_exceed": false,
20 "maximum_amount": null,
21 "note": null,
22 "lines": [
23 {
24 "tax_product_code": null,
25 "line_description": "Invoice description",
26 "line_quantity": "1.00",
27 "line_unit_price": "10000.00",
28 "note": "",
29 "discounts": [{
30 "discount_code":"NONE",
31 "description":"uPoint хямдрал",
32 "amount":100,
33 "note":"тэмдэглэл"
34 },{
35 "discount_code":"NONE",
36 "description":"uPoint хямдрал",
37 "amount":100,
38 "note":"тэмдэглэл"
39 },{
40 "discount_code":"NONE",
41 "description":"uPoint хямдрал",
42 "amount":100,
43 "note":"тэмдэглэл"
44 }],
45 "surcharges": [{
46 "surcharge_code":"NONE",
47 "description":"Хүргэлтийн зардал",
48 "amount":100,
49 "note":"тэмдэглэл"
50 },{
51 "surcharge_code":"NONE",
52 "description":"Хүргэлтийн зардал",
53 "amount":100,
54 "note":"тэмдэглэл"
55 },{
56 "surcharge_code":"NONE",
57 "description":"Хүргэлтийн зардал",
58 "amount":100,
59 "note":"тэмдэглэл"
60 }],
61 "taxes": [{
62 "tax_code":"VAT",
63 "description":"НӨАТ",
64 "amount":100,
65 "note":"тэмдэглэл"
66 },{
67 "tax_code":"VAT",
68 "description":"НӨАТ",
69 "amount":100,
70 "note":"тэмдэглэл"
71 },{
72 "tax_code":"VAT",
73 "description":"НӨАТ",
74 "amount":100,
75 "note":"тэмдэглэл"
76 }]
77 },{
78 "tax_product_code": null,
79 "line_description": "Invoice description",
80 "line_quantity": "1.00",
81 "line_unit_price": "10000.00",
82 "note": "",
83 "discounts": [{
84 "discount_code":"NONE",
85 "description":"uPoint хямдрал",
86 "amount":100,
87 "note":"тэмдэглэл"
88 },{
89 "discount_code":"NONE",
90 "description":"uPoint хямдрал",
91 "amount":100,
92 "note":"тэмдэглэл"
93 },{
94 "discount_code":"NONE",
95 "description":"uPoint хямдрал",
96 "amount":100,
97 "note":"тэмдэглэл"
98 }],
99 "surcharges": [{
100 "surcharge_code":"NONE",
101 "description":"Хүргэлтийн зардал",
102 "amount":100,
103 "note":"тэмдэглэл"
104 },{
105 "surcharge_code":"NONE",
106 "description":"Хүргэлтийн зардал",
107 "amount":100,
108 "note":"тэмдэглэл"
109 },{
110 "surcharge_code":"NONE",
111 "description":"Хүргэлтийн зардал",
112 "amount":100,
113 "note":"тэмдэглэл"
114 }],
115 "taxes": [{
116 "tax_code":"VAT",
117 "description":"НӨАТ",
118 "amount":100,
119 "note":"тэмдэглэл"
120 },{
121 "tax_code":"VAT",
122 "description":"НӨАТ",
123 "amount":100,
124 "note":"тэмдэглэл"
125 },{
126 "tax_code":"VAT",
127 "description":"НӨАТ",
128 "amount":100,
129 "note":"тэмдэглэл"
130 }]
131 },{
132 "tax_product_code": null,
133 "line_description": "Invoice description",
134 "line_quantity": "1.00",
135 "line_unit_price": "10000.00",
136 "note": "",
137 "discounts": [{
138 "discount_code":"NONE",
139 "description":"uPoint хямдрал",
140 "amount":100,
141 "note":"тэмдэглэл"
142 },{
143 "discount_code":"NONE",
144 "description":"uPoint хямдрал",
145 "amount":100,
146 "note":"тэмдэглэл"
147 },{
148 "discount_code":"NONE",
149 "description":"uPoint хямдрал",
150 "amount":100,
151 "note":"тэмдэглэл"
152 }],
153 "surcharges": [{
154 "surcharge_code":"NONE",
155 "description":"Хүргэлтийн зардал",
156 "amount":100,
157 "note":"тэмдэглэл"
158 },{
159 "surcharge_code":"NONE",
160 "description":"Хүргэлтийн зардал",
161 "amount":100,
162 "note":"тэмдэглэл"
163 },{
164 "surcharge_code":"NONE",
165 "description":"Хүргэлтийн зардал",
166 "amount":100,
167 "note":"тэмдэглэл"
168 }],
169 "taxes": [{
170 "tax_code":"VAT",
171 "description":"НӨАТ",
172 "amount":100,
173 "note":"тэмдэглэл"
174 },{
175 "tax_code":"VAT",
176 "description":"НӨАТ",
177 "amount":100,
178 "note":"тэмдэглэл"
179 },{
180 "tax_code":"VAT",
181 "description":"НӨАТ",
182 "amount":100,
183 "note":"тэмдэглэл"
184 }]
185 }
186 ]
187}'