Skip to content

Commit

Permalink
Add pending exactness and the right txn failure status
Browse files Browse the repository at this point in the history
  • Loading branch information
GnaneshKunal committed Dec 18, 2023
1 parent 599c29d commit 581f587
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions content/payments/billpay/api-integration/objects.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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. |

<hr class="primary" />

Expand Down

0 comments on commit 581f587

Please sign in to comment.