Skip to content

Commit

Permalink
chore: update readme for paymentContent
Browse files Browse the repository at this point in the history
  • Loading branch information
KenLSM committed Feb 5, 2024
1 parent 2fa24a8 commit 6fee5f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ The underlying cryptosystem is `x25519-xsalsa20-poly1305` which is implemented b
| encryptedContent | string | The encrypted submission in base64. |
| created | string | Creation timestamp. |
| attachmentDownloadUrls | Record<string, string> | (Optional) Records containing field IDs and URLs where encrypted uploaded attachments can be downloaded. |
| paymentContent | Record<string, string> | (Optional) Records containing payment details for forms with payments[1] |

[1] Forms with the deprecated Fixed Payment Type is not supported

### Format of Decrypted Submissions

Expand Down

0 comments on commit 6fee5f9

Please sign in to comment.