v1

latestOpenAPI 3.1.02026-07-2652084.4 KB

GetBillPaymentItem

get/billpayment/getBillPaymentItem

Query parameters

billerIdstring

Response

200

billPaymentProductIdstring
billPaymentProductNamestring
billerIdstring
billingSystemIdstring
categoryIdstring
fixedOrVariableAmountstring

Example response

[
  {
    "billPaymentProductId": "string",
    "billPaymentProductName": "string",
    "billerId": "string",
    "billingSystemId": "string",
    "categoryId": "string",
    "fixedOrVariableAmount": "string"
  }
]