attachments
Retrieve attachment
Use this method to retrieve the details of an attachment.
To retrieve the details of an attachment you need its attachmentId. Our gateway returned the attachmentId in the response of the Upload Attachment to Processing Account method.
Our gateway returns information about the attachment, including its upload status and the entity that the attachment is linked to. Our gateway doesn't return the file that you uploaded.
get/attachments/{attachmentId}
Path parameters
attachmentIdstring required
Unique identifier of the attachment.
Headers
Authorizationstring required
Bearer authentication
Response
Successful request. Returns the attachment.
Changes
No recorded changes to this endpoint across all 1 revision of this API.