{
  "info": {
    "_postman_id": "3f942b3a-935f-4bd0-9c3e-8a2dd41ef8b4",
    "name": "API BILRS Share",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
    "_exporter_id": "10711856"
  },
  "item": [
    {
      "name": "BillerCatalog",
      "request": {
        "method": "POST",
        "header": [],
        "body": {
          "mode": "raw",
          "raw": "{\n  //\"CountryCode\": \"NGA\",\n  \"Page\": \"1\",\n  \"PageSize\": \"1000\"\n}\n",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        },
        "url": {
          "raw": "{{BASEPATH}}billercatalog",
          "host": [
            "{{BASEPATH}}billercatalog"
          ]
        }
      },
      "response": []
    },
    {
      "name": "SKUCatalog",
      "request": {
        "method": "POST",
        "header": [],
        "body": {
          "mode": "raw",
          "raw": "{\n   //\"BillerID\": \"484000000000265\",\n   \"Page\": 1,\n   \"PageSize\": 5000\n}\n",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        },
        "url": {
          "raw": "{{BASEPATH}}skucatalog",
          "host": [
            "{{BASEPATH}}skucatalog"
          ]
        }
      },
      "response": []
    },
    {
      "name": "IOCatalog",
      "request": {
        "method": "POST",
        "header": [],
        "body": {
          "mode": "raw",
          "raw": "{\n    //\"SKU\":\"00000000000000169129\",\n    \"Page\": 1,\n    \"PageSize\": 5000\n}\n",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        },
        "url": {
          "raw": "{{BASEPATH}}iocatalog",
          "host": [
            "{{BASEPATH}}iocatalog"
          ]
        }
      },
      "response": []
    },
    {
      "name": "FxRatesCatalog",
      "request": {
        "method": "POST",
        "header": [],
        "body": {
          "mode": "raw",
          "raw": "{\n    \"BaseCurrency\": \"USD\",\n    //\"FXDate\": \"2025-04-30\",\n    //\"SettlementCurrency\": \"AED\"\n    \"Page\": 1,\n    \"PageSize\": 5000\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        },
        "url": {
          "raw": "{{BASEPATH}}dailyfxrate",
          "host": [
            "{{BASEPATH}}dailyfxrate"
          ]
        }
      },
      "response": []
    },
    {
      "name": "Amount Due",
      "request": {
        "method": "POST",
        "header": [],
        "body": {
          "mode": "raw",
          "raw": "{\n   \"BillerID\" : \"\",\n   \"SKU\" : \"\",\n   \"Inputs\" : \"\",\n   \"EntityTransactionID\" : \"\",\n   \"EntityCustomerID\" : \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        },
        "url": {
          "raw": "{{BASEPATH}}amountdue",
          "host": [
            "{{BASEPATH}}amountdue"
          ]
        }
      },
      "response": []
    },
    {
      "name": "ProcessPayment",
      "request": {
        "method": "POST",
        "header": [],
        "body": {
          "mode": "raw",
          "raw": "{\n   \"BillerID\" : \"\",\n   \"SKU\" : \"\",\n   \"Inputs\" : \"\",\n   \"Amount\" : \"\",\n   \"EntityCustomerID\" : \"\",\n   \"EntityTransactionID\" : \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        },
        "url": {
          "raw": "{{BASEPATH}}processpayment",
          "host": [
            "{{BASEPATH}}processpayment"
          ]
        }
      },
      "response": []
    },
    {
      "name": "VerifyPaymentStatus",
      "request": {
        "method": "POST",
        "header": [],
        "body": {
          "mode": "raw",
          "raw": "{\n   \"EntityTransactionID\" : \"\"\n}\n",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        },
        "url": {
          "raw": "{{BASEPATH}}verifypaymentstatus",
          "host": [
            "{{BASEPATH}}verifypaymentstatus"
          ]
        }
      },
      "response": []
    },
    {
      "name": "Echo",
      "request": {
        "method": "POST",
        "header": [],
        "body": {
          "mode": "raw",
          "raw": "",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        },
        "url": {
          "raw": "{{BASEPATH}}echo",
          "host": [
            "{{BASEPATH}}echo"
          ]
        }
      },
      "response": []
    },
    {
      "name": "Balance",
      "request": {
        "method": "POST",
        "header": [],
        "body": {
          "mode": "raw",
          "raw": "{\n    \"Currency\": \"MXN\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        },
        "url": {
          "raw": "{{BASEPATH}}balance",
          "host": [
            "{{BASEPATH}}balance"
          ]
        }
      },
      "response": []
    },
    {
      "name": "Mobile Carrier Lookup",
      "request": {
        "method": "POST",
        "header": [],
        "body": {
          "mode": "raw",
          "raw": "{\n    \"MobileNumber\":\"380995223655\"\n}\n",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        },
        "url": {
          "raw": "{{BASEPATH}}mobilecarrierlookup",
          "host": [
            "{{BASEPATH}}mobilecarrierlookup"
          ]
        }
      },
      "response": []
    },
    {
      "name": "BillNotification",
      "request": {
        "method": "POST",
        "header": [],
        "body": {
          "mode": "raw",
          "raw": "{\n    //\"NotificationDate\":\"2025-02-06\"\n}\n",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        },
        "url": {
          "raw": "{{BASEPATH}}billnotification",
          "host": [
            "{{BASEPATH}}billnotification"
          ]
        }
      },
      "response": []
    }
  ],
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{TOKEN}}",
        "type": "string"
      }
    ]
  },
  "event": [
    {
      "listen": "prerequest",
      "script": {
        "type": "text/javascript",
        "packages": {},
        "exec": [
          ""
        ]
      }
    },
    {
      "listen": "test",
      "script": {
        "type": "text/javascript",
        "packages": {},
        "exec": [
          ""
        ]
      }
    }
  ],
  "variable": [
    {
      "key": "BASEPATH",
      "value": "https://api.bilrs.com/v2.1/",
      "type": "string"
    },
    {
      "key": "TOKEN",
      "value": "",
      "type": "string"
    }
  ]
}
