File tree 1 file changed +5
-12
lines changed
1 file changed +5
-12
lines changed Original file line number Diff line number Diff line change @@ -288,7 +288,9 @@ The invoice is sent to the email address provided.
288
288
--header 'Cookie: PHPSESSID=0ehsns7asf0vgarhlf77d1ac17'
289
289
```
290
290
291
+ 5 . In response to refund invoice request, you receive an object including a PDF encoded in ` base_64 ` .
291
292
293
+ 6 . To convert the ` base_64 ` to a PDF, you need to pass the ` base_64 ` to a converter.
292
294
293
295
</details >
294
296
@@ -306,10 +308,12 @@ The invoice is sent to the email address provided.
306
308
307
309
--header 'Cookie: PHPSESSID=0ehsns7asf0vgarhlf77d1ac17'
308
310
```
311
+ 3 . In response to refund invoice request, you receive an object including a PDF encoded in ` base_64 ` .
309
312
310
- </ details >
313
+ 4 . To convert the ` base_64 ` to a PDF, you need to pass the ` base_64 ` to a converter.
311
314
312
315
---
316
+ </details >
313
317
314
318
</details >
315
319
@@ -359,17 +363,6 @@ See API reference – [Refund order](/reference/refundorder).
359
363
360
364
---
361
365
362
- </details >
363
- <details id =" how-to-refund-an-order " >
364
- <summary >How to refund an order with checkout data</summary >
365
- <br >
366
-
367
- 1 . [ Get order] ( /reference/getorder )
368
- 2 . From the response, copy the ` shopping cart ` .
369
- 3 . In [ Refund order] ( /reference/refundorder ) request, paste ` checkout_data.items `
370
- 4 . From the ` checkout_data.items ` , duplicate the ` item ` you want to do a refund and add a negative (-) to the ` quantity ` amount.
371
- 5 . Send the request.
372
-
373
366
</details >
374
367
375
368
## Shipment
You can’t perform that action at this time.
0 commit comments