Skip to content

Commit a772ed2

Browse files
committed
Modified docs/1. Introduction/e.attachments.md
1 parent bd82135 commit a772ed2

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

docs/1. Introduction/e.attachments.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1+
---
2+
internal: true
3+
---
4+
15
# Attachments
26

37
<!-- theme: warning -->
8+
49
> This functionality is not yet available in our API
510
611
Typically the POS uploads an electronic receipt after the payment has been confirmed.
@@ -14,7 +19,7 @@ When an attachment URI has been acquired, any number of files can be uploaded by
1419

1520
> #### Note
1621
>
17-
> Each upload is *"all or nothing"*. This means that if one or more files fails in a multi-file upload (e.g. due to failed server-side format validation), the entire upload will be discarded by Settle.
22+
> Each upload is _"all or nothing"_. This means that if one or more files fails in a multi-file upload (e.g. due to failed server-side format validation), the entire upload will be discarded by Settle.
1823
1924
## Supported mime-types
2025

@@ -24,7 +29,7 @@ The supported MIME-types and their respective schemas are:
2429

2530
`application/vnd.mcash.itemlist.v1+json`
2631

27-
```json json_schema
32+
```json jsonSchema
2833
{
2934
"title": "Attachments",
3035
"type": "object",

0 commit comments

Comments
 (0)