From 8e136a31cc21f92a5fe160baf38ff303320cf766 Mon Sep 17 00:00:00 2001 From: Sowmith Date: Wed, 15 Apr 2026 12:09:09 +0530 Subject: [PATCH] rearranged status field --- .../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 1b60320b..d2a4eaa0 100644 --- a/api-references/payments/billpay/api-integration.json +++ b/api-references/payments/billpay/api-integration.json @@ -9206,6 +9206,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": { @@ -9370,16 +9380,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.",