{
"status": 200,
"message": "OK",
"data": {
"invoiceList": [
{
"invoiceId": "38",
"accountId": "1000001234",
"orderId": "ORD202509240001",
"time": "2025-09-24T10:30:00Z",
"amount": "1500.75",
"currency": "USD",
"fromAccountName": "John Doe",
"fromAccountNumber": "123-456-7890",
"toAccountName": "Paymonade Ltd",
"status": "REQUIRED"
},
{
"invoiceId": "39",
"accountId": "1000005678",
"orderId": "ORD202509240002",
"time": "2025-09-23T15:45:00Z",
"amount": "320.00",
"currency": "EUR",
"fromAccountName": "Alice Smith",
"fromAccountNumber": "987-654-3210",
"toAccountName": "Paymonade Ltd",
"status": "FAIL",
"reason": "Reject by vendor",
"file": [
"https://xxx.pdf"
]
}
]
},
"traceId": "string"
}