Skip to content

Commit 39e09d0

Browse files
Merge pull request #402 from SetuHQ/Add-dispute-status-failed
add failed status to disputes in docs
2 parents 8377c08 + d226528 commit 39e09d0

4 files changed

Lines changed: 9 additions & 4 deletions

File tree

api-references/payments/billpay/api-integration.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5723,7 +5723,8 @@
57235723
"REJECTED",
57245724
"DEFAULT_RESOLVED",
57255725
"REFUNDED",
5726-
"PENDING_REFUND"
5726+
"PENDING_REFUND",
5727+
"FAILED"
57275728
]
57285729
},
57295730
"disputeId": {
@@ -6928,7 +6929,8 @@
69286929
"ASSIGNED_TO_OU",
69296930
"ESCALATED",
69306931
"RESOLVED",
6931-
"UNRESOLVED"
6932+
"UNRESOLVED",
6933+
"FAILED"
69326934
]
69336935
}
69346936
}
@@ -7203,7 +7205,8 @@
72037205
"REJECTED",
72047206
"DEFAULT_RESOLVED",
72057207
"REFUNDED",
7206-
"PENDING_REFUND"
7208+
"PENDING_REFUND",
7209+
"FAILED"
72077210
]
72087211
},
72097212
"ticketType": {

content/payments/billpay/api-integration/harmonization_of_tat.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

content/payments/billpay/api-integration/objects.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

content/payments/billpay/api-integration/webhooks.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)