diff --git a/api-references/payments/billpay/api-integration.json b/api-references/payments/billpay/api-integration.json index 18b7fa97..99c77ac0 100644 --- a/api-references/payments/billpay/api-integration.json +++ b/api-references/payments/billpay/api-integration.json @@ -7378,6 +7378,22 @@ "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 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", "items": { @@ -7542,11 +7558,6 @@ "example": "2021-11-12T13:37:04.572+05:30", "x-omitempty": false }, - "name": { - "type": "string", - "description": "Name of the biller.", - "example": "Umbrella Corporation" - }, "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.", @@ -8067,6 +8078,22 @@ "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 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", "items": { @@ -8231,11 +8258,6 @@ "example": "2021-11-12T13:37:04.572+05:30", "x-omitempty": false }, - "name": { - "type": "string", - "description": "Name of the biller.", - "example": "Umbrella Corporation" - }, "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.", @@ -11755,6 +11777,22 @@ "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 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", "items": { @@ -11919,11 +11957,6 @@ "example": "2021-11-12T13:37:04.572+05:30", "x-omitempty": false }, - "name": { - "type": "string", - "description": "Name of the biller.", - "example": "Umbrella Corporation" - }, "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.",