Skip to content

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
string
Required
Format
"uuid"
paymentUuid*

the uuid of the payment for which the attachment should be uploaded

Type
string
Required
Format
"uuid"

Request Body

multipart/form-data
Format"binary"

Responses

Attachment uploaded

application/json
JSON
{
  
"data": null,
  
"status": 201
}

Playground

Authorization
Variables
Key
Value
Body

Samples