Create an attachment to a wire transfer

POST /v2/wire_transfers/{id}/attachments

This operation allows you to upload and attach a document to a wire transfer when its status is pending_attachment_required.

Path parameters

  • id string(uuid) Required

    ID of the wire transfer.

multipart/form-data

Body

POST /v2/wire_transfers/{id}/attachments
curl \
 --request POST 'https://api.memo.bank/v2/wire_transfers/c70bd7bc-58e0-4fdb-8c1f-70186e0de587/attachments' \
 --header "Authorization: Bearer $ACCESS_TOKEN" \
 --header "Content-Type: multipart/form-data" \
 --form "document=@file"