From b25e4d71ffcdb151df54359ce5d3a39f3cbeb1bc Mon Sep 17 00:00:00 2001 From: Sowmith Date: Wed, 15 Apr 2026 11:38:38 +0530 Subject: [PATCH 1/2] add status to list billers api --- api-references/payments/billpay/api-integration.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/api-references/payments/billpay/api-integration.json b/api-references/payments/billpay/api-integration.json index bcdff417..9168ee91 100644 --- a/api-references/payments/billpay/api-integration.json +++ b/api-references/payments/billpay/api-integration.json @@ -9376,6 +9376,11 @@ "description": "Name of the biller.", "example": "Umbrella Corporation" }, + "status": { + "type": "string", + "description": "Current biller status as received from BBPS MDM.", + "example": "ACTIVE" + }, "selectionType": { "type": "string", "description": "Defined only for billers with response type as LIST. SINGLE: User can pay only one of the bills in bill fetch response. MULTIPLE: User can pay any combination of bills in bill fetch response. ALL: User has to pay all the bills in bill fetch response.", From bfb188bcb11cd6c0ce959deb52bf21a5751fd326 Mon Sep 17 00:00:00 2001 From: Sowmith Date: Wed, 15 Apr 2026 12:15:24 +0530 Subject: [PATCH 2/2] add status field in proper position --- .../payments/billpay/api-integration.json | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/api-references/payments/billpay/api-integration.json b/api-references/payments/billpay/api-integration.json index 9168ee91..be19d498 100644 --- a/api-references/payments/billpay/api-integration.json +++ b/api-references/payments/billpay/api-integration.json @@ -9207,6 +9207,16 @@ "description": "Identifier of the biller in BBPS.", "example": "ADIT00000NAT0T" }, + "name": { + "type": "string", + "description": "Name of the biller.", + "example": "Umbrella Corporation" + }, + "status": { + "type": "string", + "description": "Current biller status as received from BBPS MDM.", + "example": "ACTIVE" + }, "interchangeFee": { "type": "array", "items": { @@ -9371,16 +9381,6 @@ "example": "2021-11-12T13:37:04.572+05:30", "x-omitempty": false }, - "name": { - "type": "string", - "description": "Name of the biller.", - "example": "Umbrella Corporation" - }, - "status": { - "type": "string", - "description": "Current biller status as received from BBPS MDM.", - "example": "ACTIVE" - }, "selectionType": { "type": "string", "description": "Defined only for billers with response type as LIST. SINGLE: User can pay only one of the bills in bill fetch response. MULTIPLE: User can pay any combination of bills in bill fetch response. ALL: User has to pay all the bills in bill fetch response.",