From 868ce3ea5dc32ba3422af8c9396b42c3811623d6 Mon Sep 17 00:00:00 2001 From: Sowmith Date: Wed, 15 Apr 2026 14:15:32 +0530 Subject: [PATCH] add desc to enums --- .../payments/billpay/api-integration.json | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/api-references/payments/billpay/api-integration.json b/api-references/payments/billpay/api-integration.json index d2a4eaa0..18b7fa97 100644 --- a/api-references/payments/billpay/api-integration.json +++ b/api-references/payments/billpay/api-integration.json @@ -5732,7 +5732,8 @@ "REJECTED", "DEFAULT_RESOLVED", "REFUNDED", - "PENDING_REFUND" + "PENDING_REFUND", + "FAILED" ] }, "disputeId": { @@ -9213,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",