We are using cookies in our website in order to offer better service to you. You allow us to use cookies by continuing to use our internet website. You can reach the detailed information on cookies from our Privacy Policy and Cookies Policy.
X
Home > Api Products > Bill Payment Reconciliations

Bill Payment Reconciliations

Description

How it ​Works 

Parameters
service_id: Integer
date: String

Sample Request  (Lists bills reconciliations detail by date)

GET {API_HOST}/api/ v1/bill-reconciliations?service_id=3&date=2021-11-04

Headers:

X-IBM-client-id: {YOUR_CLEINT_ID} 
X-IBM-client-secret: {YOUR_CLEINT_SECRET}
Authorization: Bearer {access_token} 
Content-Type: application/json



Sample Response


{
    "data": [
        {
            "refund_state": "None",
            "refund": "false",
            "paid_time": "2021-11-04T18:10:15.457097",
            "branch_code": "4299",
            "channel": "mobile",
            "collectable": {
                "collectable_id": "252478",
                "collectable_identifier": "67bc5b3d-8498-4e24-b5e5-57c23f9f4e3e",
                "counter_party_id": "21805",
                "service_id": "3",
                "service_name": "Evyap Deniz",
                "due_amount": {
                    "currency_code": "TRY",
                    "equivalent_ccy": "UNSPECIFIED",
                    "equivalent_qty": "0",
                    "quantity": "168.65"
                },
                "due_amount_equivalent": {
                    "currency_code": "UNSPECIFIED",
                    "equivalent_ccy": "UNSPECIFIED",
                    "equivalent_qty": "0",
                    "quantity": "0.00"
                },
                "due_amount_equivalent_exchange_info": {
                    "document_no": "0",
                    "exchange_time": "0001-01-01T00:00:00",
                    "from_currency": "UNSPECIFIED",
                    "rate": "0.0000000",
                    "rate_code": "Unspecified",
                    "rate_type": "Unspecified",
                    "to_currency": "UNSPECIFIED"
                },
                "due_date": "0001-01-01T00:00:00",
                "max_amount": {
                    "currency_code": "TRY",
                    "equivalent_ccy": "UNSPECIFIED",
                    "equivalent_qty": "0",
                    "quantity": "168.65"
                },
                "min_amount": {
                    "currency_code": "TRY",
                    "equivalent_ccy": "UNSPECIFIED",
                    "equivalent_qty": "0",
                    "quantity": "168.65"
                },
                "predefined_collectable_id": "0",
                "subscriber_name": "ABS ALÇI Test Soyad 112435925",
                "subscription_fields": {
                    "key": "MusteriNo",
                    "value": "867"
                }
            },
            "collection_id": "5631618",
            "collection_state": "Unknown",
            "refundable": "false",
            "paid_amount": {
                "currency_code": "TRY",
                "equivalent_ccy": "TRY",
                "equivalent_qty": "168.65",
                "quantity": "168.65"
            },
            "predefined_paid_quantity": "0",
            "refunded_collection_id": "0"
        }
    ]
}​