File tree Expand file tree Collapse file tree
api-references/payments/billpay
content/payments/billpay/api-integration Expand file tree Collapse file tree Original file line number Diff line number Diff line change 57235723 "REJECTED",
57245724 "DEFAULT_RESOLVED",
57255725 "REFUNDED",
5726- "PENDING_REFUND"
5726+ "PENDING_REFUND",
5727+ "FAILED"
57275728 ]
57285729 },
57295730 "disputeId": {
69286929 "ASSIGNED_TO_OU",
69296930 "ESCALATED",
69306931 "RESOLVED",
6931- "UNRESOLVED"
6932+ "UNRESOLVED",
6933+ "FAILED"
69326934 ]
69336935 }
69346936 }
72037205 "REJECTED",
72047206 "DEFAULT_RESOLVED",
72057207 "REFUNDED",
7206- "PENDING_REFUND"
7208+ "PENDING_REFUND",
7209+ "FAILED"
72077210 ]
72087211 },
72097212 "ticketType": {
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ The `ComplaintStatus` enum has been updated with the following values:
5353| ` DEFAULT_RESOLVED ` | Dispute automatically resolved due to timeout or default process in favout of customer |
5454| ` REFUNDED ` | Refund successfully processed and completed |
5555| ` PENDING_REFUND ` | Refund approved and currently being processed |
56+ | ` FAILED ` | Dispute failed to be raised with NPCI due to technical or network errors |
5657
5758#### New Response Fields
5859
Original file line number Diff line number Diff line change @@ -183,6 +183,7 @@ The Payment Bill object contains information about a specific bill to be paid.
183183| ` DEFAULT_RESOLVED ` | If no action is taken by Biller/BBPOU then NPCI automatically resolves the dispute in favour of the customer. |
184184| ` REFUNDED ` | Refund successfully processed and completed in favour of the customer. |
185185| ` PENDING_REFUND ` | Refund approved and currently being processed. |
186+ | ` FAILED ` | Dispute failed to be raised with NPCI due to technical or network errors. |
186187
187188## Bill Period
188189
Original file line number Diff line number Diff line change @@ -239,7 +239,7 @@ URL : To be provided by partner`}</CodeBlockWithCopy>
239239 "data": {
240240 "refId": "JPMRPBOGGDTP1EFRZVXVESQVQIS10461642",
241241 "disputeId": "OP0121046567755",
242- "status": "ASSIGNED/RESOLVED/REJECTED/DEFAULT_RESOLVED/REFUNDED/PENDING_REFUND",
242+ "status": "ASSIGNED/RESOLVED/REJECTED/DEFAULT_RESOLVED/REFUNDED/PENDING_REFUND/FAILED ",
243243 "assignedTo": "AX39",
244244 "remarks": "Resolved in favour of customer"
245245 }
You can’t perform that action at this time.
0 commit comments