Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add state and city mapping to BBPS COU objects #138

Merged
merged 3 commits into from
Feb 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 14 additions & 11 deletions content/payments/billpay/api-integration/objects.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ Payment modes supported by a biller.
| Bharat QR |
| USSD |

## State and City mapping

[Click here &#8599](https://docs.google.com/spreadsheets/d/18LYdPbEw5JCB-bOp3gacbV6xUeHun_gBxbLeGxBuhK8/edit?usp=sharing) for State and City Biller Coverage Mapping

## Customer

Customer object holds the customer mobile number and the customer bill parameters.
Expand Down Expand Up @@ -196,7 +200,6 @@ Amount acceptance by the biller.
| `Exact and above` | Exact amount or above |
| `Any` | Any exactness |


## Payment Limit

| parameter | type | description |
Expand Down Expand Up @@ -283,16 +286,16 @@ Maxium amount accepted by the biller for the [Payment Channel](#payment-channel)

### Response

| parameter | type | description |
| -------------------- | ----------------------------------------- | --------------------------------------------------------------- |
| refId | `string` | BBPS Reference ID |
| status | [Transaction Status](#transaction-status) | Transaction Status |
| transactionId | `string` | Setu Transaction ID |
| partnerRefId | `string` (6 - 35 characters) | Payment Reference ID tagged by agent |
| billerId | `string` | BBPS Biller ID |
| amount | `integer` | Amount in paise |
| customerMobileNumber | `string` (6, 10 and 20 digits) | Customer Mobile Number |
| timestamp | `date-time` | Transaction timestamp |
| parameter | type | description |
| -------------------- | ----------------------------------------- | ------------------------------------ |
| refId | `string` | BBPS Reference ID |
| status | [Transaction Status](#transaction-status) | Transaction Status |
| transactionId | `string` | Setu Transaction ID |
| partnerRefId | `string` (6 - 35 characters) | Payment Reference ID tagged by agent |
| billerId | `string` | BBPS Biller ID |
| amount | `integer` | Amount in paise |
| customerMobileNumber | `string` (6, 10 and 20 digits) | Customer Mobile Number |
| timestamp | `date-time` | Transaction timestamp |

<hr class="primary" />

Expand Down