Retrieve payments associated with a specific file. Supports pagination with default values of page=1 and limit=10.
Successfully retrieved file payments
Bad request
You are not authorized to access the resource
Accessing the resource you were trying to reach is forbidden
The resource you were trying to reach is not found
Internal server error
Service unavailable
{- "pagination": {
- "pageReturned": 1,
- "pageSize": 1000,
- "returnedRecords": 1,
- "totalRecords": 1000
}, - "data": [
- {
- "paymentId": 4617266,
- "fileNumber": "9247",
- "paymentStatus": "VALIDATION_FAILED",
- "amount": 36.17,
- "deliveryMethod": "FEDWIRE",
- "paymentDate": "2025-08-15",
- "currency": "USD",
- "paymentNotes": "Testing",
- "entryType": "CREDIT",
- "senderName": "Automation Corporate Entity",
- "senderAccountNumber": "99010200112",
- "senderBankId": "101206101",
- "senderAddress1": "2815 Coliseum Centre Dr",
- "senderAddress2": "Coliseum",
- "receiverName": "Yellow Production s.r.o.",
- "receiverAccountNumber": "CZ8080400000002331104858",
- "receiverBankId": "211272630",
- "receiverAddress1": "Kubisova 919-19",
- "receiverAddress2": "Kubisova",
- "creationDateTime": "2019-08-24T14:15:22Z",
- "paymentType": "WIRE"
}
]
}