Overview
Entities
Legal Entity
Account Authorization Webhooks
Virtual Account
Transaction
Card
Card Group
Transaction
Add or update a note for a transaction
Update note for a transaction
PATCH
/
transaction
/
{transactionId}
/
note
Copy
Ask AI
curl --request PATCH \
--url https://api.joinslash.com/transaction/{transactionId}/note \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '{
"note": "<string>"
}'
Copy
Ask AI
{
"success": true
}
Authorizations
Authentication from public API requests
Path Parameters
Body
application/json
Response
200
application/json
OK
The response is of type object
.
Copy
Ask AI
curl --request PATCH \
--url https://api.joinslash.com/transaction/{transactionId}/note \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '{
"note": "<string>"
}'
Copy
Ask AI
{
"success": true
}
Assistant
Responses are generated using AI and may contain mistakes.