Transfers
List transfer documents
List customer-visible supporting documents attached to a transfer.
get/v1/transfers/{id}/documents
Path parameters
idstring required
Example:tfr_abc123
Transfer ID
Headers
X-API-Keystring
API key
Response
Transfer documents retrieved successfully
Example response
[
{
"id": "doc_abc123",
"organizationId": "org_xyz789",
"customerId": "cus_abc123",
"transferId": "txn_xyz789",
"documentType": "INVOICE",
"documentSubtype": "BANK_STATEMENT",
"fileName": "invoice-2026-001.pdf",
"contentType": "application/pdf",
"sizeBytes": 1024000,
"status": "UPLOADED"
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.