Requests all bills related to a specific reference number. The reference number can be in the form of a traffic fine notice number, ID number, or account reference number. Not all reference types are supported by all service providers and in these cases a 501
HTTP status code may be returned.
OK
Bad request
Internal server error
Not implemented
Service unavailable
Gateway timeout
{- "requestId": "string",
- "time": "2019-08-24T14:15:22Z",
- "thirdPartyIdentifiers": [
- {
- "institutionId": "string",
- "transactionIdentifier": "string"
}
], - "customer": {
- "firstName": "string",
- "lastName": "string",
- "address": "string",
- "idNumber": "string",
- "contactNumber": "string"
}, - "bills": [
- {
- "referenceNumber": "string",
- "dueDate": "2019-08-24",
- "type": "TRAFFIC_FINE",
- "amounts": {
- "requestAmount": {
- "amount": 0,
- "currency": "string",
- "ledgerIndicator": "DEBIT"
}, - "approvedAmount": {
- "amount": 0,
- "currency": "string",
- "ledgerIndicator": "DEBIT"
}, - "feeAmount": {
- "amount": 0,
- "currency": "string",
- "ledgerIndicator": "DEBIT"
}, - "balanceAmount": {
- "amount": 0,
- "currency": "string",
- "ledgerIndicator": "DEBIT"
}, - "additionalAmounts": {
- "property1": {
- "amount": 0,
- "currency": "string",
- "ledgerIndicator": "DEBIT"
}, - "property2": {
- "amount": 0,
- "currency": "string",
- "ledgerIndicator": "DEBIT"
}
}, - "maxPayableAmount": {
- "amount": 0,
- "currency": "string",
- "ledgerIndicator": "DEBIT"
}, - "minPayableAmount": {
- "amount": 0,
- "currency": "string",
- "ledgerIndicator": "DEBIT"
}
}, - "slipData": {
- "messageLines": [
- {
- "barcode": {
- "data": "string",
- "encoding": "string"
}, - "text": "string",
- "fontWidthScaleFactor": 0,
- "fontHeightScaleFactor": 0,
- "line": false,
- "cut": false
}
], - "slipWidth": 0,
- "issuerReference": "string",
- "phoneNumber": "string"
}, - "partPaymentAllowed": false,
- "overPaymentAllowed": false,
- "settlementEntity": {
- "id": "string",
- "name": "string"
}, - "receiver": {
- "id": "string",
- "name": "string"
}
}
]
}