Skip to content

Commit de2f73f

Browse files
authored
Update readme (#1279)
* updated readme for Document API * changed Readme
1 parent f227211 commit de2f73f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -477,8 +477,7 @@ TerminalAPIResponse terminalAPIResponse = terminalLocalAPI.request(terminalAPIRe
477477
~~~~
478478

479479
## Using Attachments in Document API
480-
When using Attachments, ensure content is provided as a byte array. It's important to convert it to a base64 encoded string before initiating the request.
481-
[API Explorer](https://docs.adyen.com/api-explorer/legalentity/3/post/documents)
480+
When using Attachments, ensure content is provided as a byte array. It's important to convert it to a [Base64-encoded string](https://docs.adyen.com/api-explorer/legalentity/3/post/documents#request-attachments) before initiating the request.
482481

483482
## Using the Local Terminal API Integration without Encryption (Only on TEST)
484483
If you wish to develop the Local Terminal API integration parallel to your encryption implementation, you can opt for the unencrypted version. Be sure to remove any encryption details from the CA terminal config page.

0 commit comments

Comments
 (0)