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 details in the bill fetch webhook #157

Merged
merged 1 commit into from
Mar 21, 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
5 changes: 4 additions & 1 deletion content/payments/billpay/pre-built-screens/webhooks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,14 @@ Below are the parameter tables and sample payloads for the listed events. Note t
"mobileNumber": "9481773053",
"status": "FETCH_SUCCESS",
"billId": "490a8940-886e-45ed-bfd1-21dbed064373",
"billNumber": "6657801290", // if available
"billerId": "MAHI00000NATIC",
"billerName": "Mahindra Rural Housing Finance Ltd",
"billerCategory": "Loan-Repayment",
"billAmount": "101.0",
"dueDate": "2021-05-23",
"billDate":"2024-03-01" // if available
"dueDate": "2024-03-20", // if available
"customerName": "Ram Charan", // if available
"sessionId": "7f6de02a-0061-403f-bd65-47d4b5f72c87",
"event": "bill_fetch_success",
"refId": "CMA0I65RCU2I32C3L0H0KNYQYAG40021831",
Expand Down
Loading