From 581f5877b0e8a3f85d7ae72904605d5c7c1925dd Mon Sep 17 00:00:00 2001 From: Gnanesh Date: Mon, 18 Dec 2023 16:23:29 +0530 Subject: [PATCH] Add pending exactness and the right txn failure status --- .../payments/billpay/api-integration/objects.mdx | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/content/payments/billpay/api-integration/objects.mdx b/content/payments/billpay/api-integration/objects.mdx index 1f99fe3d..4682e6c6 100644 --- a/content/payments/billpay/api-integration/objects.mdx +++ b/content/payments/billpay/api-integration/objects.mdx @@ -141,10 +141,10 @@ Details pertaining to the Agent which initiates the transaction. Values of the f ## Transaction Status | type | description | -| ------------ | -------------------------- | +|--------------|----------------------------| | `Processing` | Transaction is in progress | | `Success` | Transaction is successful | -| `Failure` | Transaction has failed | +| `Error` | Transaction has failed | ## Dispute Status @@ -190,18 +190,12 @@ Details pertaining to the Agent which initiates the transaction. Values of the f Amount acceptance by the biller. | type | description | -| ----------------- | --------------------- | +|-------------------|-----------------------| | `Exact` | Exact amount | | `Exact and below` | Exact amount or below | | `Exact and above` | Exact amount or above | +| `Any` | Any exactness | -## Refund Status - -| type | description | -| ----------- | --------------------------------------------- | -| `Required` | Refund will be processed for the transaction. | -| `Requested` | Refund is requested for the transaction. | -| `Processed` | Refund is processed. | ## Payment Limit @@ -299,7 +293,6 @@ Maxium amount accepted by the biller for the [Payment Channel](#payment-channel) | amount | `integer` | Amount in paise | | customerMobileNumber | `string` (6, 10 and 20 digits) | Customer Mobile Number | | timestamp | `date-time` | Transaction timestamp | -| refundStatus | [Refund Status](#refund-status) | Refund status if the payment failed and the amount was debited. |