diff --git a/api-references/payments/billpay/api-integration.json b/api-references/payments/billpay/api-integration.json index 423fd304..94d97cf8 100644 --- a/api-references/payments/billpay/api-integration.json +++ b/api-references/payments/billpay/api-integration.json @@ -5723,8 +5723,7 @@ "REJECTED", "DEFAULT_RESOLVED", "REFUNDED", - "PENDING_REFUND", - "FAILED" + "PENDING_REFUND" ] }, "disputeId": { @@ -6929,8 +6928,7 @@ "ASSIGNED_TO_OU", "ESCALATED", "RESOLVED", - "UNRESOLVED", - "FAILED" + "UNRESOLVED" ] } } @@ -7205,8 +7203,7 @@ "REJECTED", "DEFAULT_RESOLVED", "REFUNDED", - "PENDING_REFUND", - "FAILED" + "PENDING_REFUND" ] }, "ticketType": { diff --git a/content/payments/billpay/api-integration/harmonization_of_tat.mdx b/content/payments/billpay/api-integration/harmonization_of_tat.mdx index 0f51ffbc..fec2e73f 100644 --- a/content/payments/billpay/api-integration/harmonization_of_tat.mdx +++ b/content/payments/billpay/api-integration/harmonization_of_tat.mdx @@ -53,7 +53,6 @@ The `ComplaintStatus` enum has been updated with the following values: | `DEFAULT_RESOLVED` | Dispute automatically resolved due to timeout or default process in favout of customer | | `REFUNDED` | Refund successfully processed and completed | | `PENDING_REFUND` | Refund approved and currently being processed | -| `FAILED` | The dispute could not be raised with NPCI due to technical or network issues | #### New Response Fields diff --git a/content/payments/billpay/api-integration/objects.mdx b/content/payments/billpay/api-integration/objects.mdx index 2d96f57c..1a283e67 100644 --- a/content/payments/billpay/api-integration/objects.mdx +++ b/content/payments/billpay/api-integration/objects.mdx @@ -183,7 +183,6 @@ The Payment Bill object contains information about a specific bill to be paid. | `DEFAULT_RESOLVED` | If no action is taken by Biller/BBPOU then NPCI automatically resolves the dispute in favour of the customer. | | `REFUNDED` | Refund successfully processed and completed in favour of the customer. | | `PENDING_REFUND` | Refund approved and currently being processed. | -| `FAILED` | The dispute could not be raised with NPCI due to technical or network issues. | ## Bill Period diff --git a/content/payments/billpay/api-integration/webhooks.mdx b/content/payments/billpay/api-integration/webhooks.mdx index f5adbeb5..1e5c406a 100644 --- a/content/payments/billpay/api-integration/webhooks.mdx +++ b/content/payments/billpay/api-integration/webhooks.mdx @@ -239,7 +239,7 @@ URL : To be provided by partner`} "data": { "refId": "JPMRPBOGGDTP1EFRZVXVESQVQIS10461642", "disputeId": "OP0121046567755", - "status": "ASSIGNED/RESOLVED/REJECTED/DEFAULT_RESOLVED/REFUNDED/PENDING_REFUND/FAILED", + "status": "ASSIGNED/RESOLVED/REJECTED/DEFAULT_RESOLVED/REFUNDED/PENDING_REFUND", "assignedTo": "AX39", "remarks": "Resolved in favour of customer" }