Queries the details of a client's existing money transfer orders.
OK
Bad request
Internal Server Error
Not implemented
Service Unavailable
Gateway Timeout
{- "receiver": {
- "id": "string",
- "name": "string"
}, - "orders": [
- {
- "amount": {
- "amount": 0,
- "currency": "string",
- "ledgerIndicator": "DEBIT"
}, - "status": "UNREDEEMED",
- "statusDescription": "string",
- "originator": {
- "institution": {
- "id": "string",
- "name": "string"
}, - "terminalId": "stringst",
- "merchant": {
- "merchantType": "string",
- "merchantId": "stringstringstr",
- "merchantName": {
- "name": "string",
- "city": "string",
- "region": "st",
- "country": "st"
}
}, - "operatorId": "string",
- "channelId": "string"
}, - "receiver": {
- "id": "string",
- "name": "string"
}, - "settlementEntity": {
- "id": "string",
- "name": "string"
}, - "orderRedeemRef": "string",
- "orderRedeemRefAlt": "string",
- "orderId": "string"
}
], - "originator": {
- "institution": {
- "id": "string",
- "name": "string"
}, - "terminalId": "stringst",
- "merchant": {
- "merchantType": "string",
- "merchantId": "stringstringstr",
- "merchantName": {
- "name": "string",
- "city": "string",
- "region": "st",
- "country": "st"
}
}, - "operatorId": "string",
- "channelId": "string"
}, - "paging": {
- "nrRecords": 0,
- "range": "string",
- "firstPage": "string",
- "previousPage": "string",
- "nextPage": "string"
}
}