From 4112a0e7fc6924d78862f78e2647be59c486745b Mon Sep 17 00:00:00 2001 From: Sowmith Date: Wed, 15 Apr 2026 14:13:05 +0530 Subject: [PATCH] add desc to the enums --- api-references/payments/billpay/api-integration.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/api-references/payments/billpay/api-integration.json b/api-references/payments/billpay/api-integration.json index be19d498..18b7fa97 100644 --- a/api-references/payments/billpay/api-integration.json +++ b/api-references/payments/billpay/api-integration.json @@ -9214,8 +9214,14 @@ }, "status": { "type": "string", - "description": "Current biller status as received from BBPS MDM.", - "example": "ACTIVE" + "description": "Current biller lifecycle status as received from BBPS MDM.\n\nACTIVE: Biller is live on the network and available for bill fetch and payment.\nDEACTIVATED: Biller has been deactivated and is not available for new bill fetches or payments.\nPENDING_DEACTIVATION: Deactivation is in progress; treat the biller as transitioning away from ACTIVE.\nPENDING_DELETE: Deletion is pending in MDM before the biller record is fully removed.", + "example": "ACTIVE", + "enum": [ + "ACTIVE", + "DEACTIVATED", + "PENDING_DEACTIVATION", + "PENDING_DELETE" + ] }, "interchangeFee": { "type": "array",