Appearance
payments
Upload attachment
POST
/accounts/{accountUuid}/finances/v2/payments/{paymentUuid}/attachments
Upload an attachment for the payment
Authorizations
ApiToken
Bearer token authentication. Create tokens in Settings > API Token.
Type
HTTP (bearer)
Parameters
Path Parameters
accountUuid*
Type
Requiredstring
Format
"uuid"paymentUuid*
the uuid of the payment for which the attachment should be uploaded
Type
Requiredstring
Format
"uuid"Request Body
multipart/form-data
Format
"binary"Responses
Attachment uploaded
application/json
JSON "data": null, "status": 201
{
}