From 0b65227f3b67ccdf681da2b163aa01f5c7463ea8 Mon Sep 17 00:00:00 2001 From: Gnanesh Date: Fri, 25 Apr 2025 21:02:01 +0530 Subject: [PATCH] Update sessionId to stringified integer in webhooks examples --- .../billpay/pre-built-screens/webhooks.mdx | 24 +++++++++---------- .../billpay/v1/pre-built-screens/webhooks.mdx | 24 +++++++++---------- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/content/payments/billpay/pre-built-screens/webhooks.mdx b/content/payments/billpay/pre-built-screens/webhooks.mdx index e5676db8..3418eb9c 100644 --- a/content/payments/billpay/pre-built-screens/webhooks.mdx +++ b/content/payments/billpay/pre-built-screens/webhooks.mdx @@ -87,7 +87,7 @@ Below are the parameter tables and sample payloads for the listed events. Note t "dueDate": "2024-03-20", // if available "customerName": "Ram Charan", // if available "customerId": "cust@1234" // if available - "sessionId": "7f6de02a-0061-403f-bd65-47d4b5f72c87", + "sessionId": "1272707270496486911", "event": "bill_fetch_success", "refId": "CMA0I65RCU2I32C3L0H0KNYQYAG40021831", "additionalInfo": [ @@ -222,7 +222,7 @@ Below are the parameter tables and sample payloads for the listed events. Note t String Unique identifier for the session used for this request - 7f6de02a-0061-403f-bd65-47d4b5f72c87 + 1272707270496486911 @@ -289,7 +289,7 @@ Below are the parameter tables and sample payloads for the listed events. Note t "billerId": "MAHI00000NATIC", "billerName": "Mahindra Rural Housing Finance Ltd", "billerCategory": "Loan-Repayment", - "sessionId": "7f6de02a-0061-403f-bd65-47d4b5f72c87", + "sessionId": "1272707270496486911", "customerId": "cust@1234" // if available "event": "bill_fetch_failure", "refId": "CMA0I65RCU2I32C3L0H0KNYQYAG40021831", @@ -370,7 +370,7 @@ Below are the parameter tables and sample payloads for the listed events. Note t String Unique identifier for the session used for this request - 7f6de02a-0061-403f-bd65-47d4b5f72c87 + 1272707270496486911 @@ -450,7 +450,7 @@ Below are the parameter tables and sample payloads for the listed events. Note t "billerId": "MAHI00000NATIC", "billerName": "Mahindra Rural Housing Finance Ltd", "billerCategory": "Loan-Repayment", - "sessionId": "7f6de02a-0061-403f-bd65-47d4b5f72c87", + "sessionId": "1272707270496486911", "customerId": "cust@1234" // if available "billAmount": "105.0", "dueDate": "2021-05-23", // if available @@ -551,7 +551,7 @@ Below are the parameter tables and sample payloads for the listed events. Note t String Unique identifier for the session used for this request - 7f6de02a-0061-403f-bd65-47d4b5f72c87 + 1272707270496486911 @@ -662,7 +662,7 @@ Below are the parameter tables and sample payloads for the listed events. Note t "billerId": "MAHI00000NATIC", "billerName": "Mahindra Rural Housing Finance Ltd", "billerCategory": "Loan-Repayment", - "sessionId": "7f6de02a-0061-403f-bd65-47d4b5f72c87", + "sessionId": "1272707270496486911", "customerId": "cust@1234" // if available "orderId": "Q00ABCDEFGHZOQ", "billAmount": "105.0", @@ -753,7 +753,7 @@ Below are the parameter tables and sample payloads for the listed events. Note t String Unique identifier for the session used for this request - 7f6de02a-0061-403f-bd65-47d4b5f72c87 + 1272707270496486911 @@ -842,7 +842,7 @@ Below are the parameter tables and sample payloads for the listed events. Note t "billerCategory": "Loan-Repayment", "billAmount": "105.0", "dueDate": "2021-05-23", // if available - "sessionId": "7f6de02a-0061-403f-bd65-47d4b5f72c87", + "sessionId": "1272707270496486911", "customerId": "cust@1234" // if available "amountPaid": 601.0, "amount": null, @@ -948,7 +948,7 @@ Below are the parameter tables and sample payloads for the listed events. Note t String Unique identifier for the session used for this request - 7f6de02a-0061-403f-bd65-47d4b5f72c87 + 1272707270496486911 @@ -1020,7 +1020,7 @@ Below are the parameter tables and sample payloads for the listed events. Note t "billerId": "MAHI00000NATIC", "billerName": "Mahindra Rural Housing Finance Ltd", "billerCategory": "Loan-Repayment", - "sessionId": "7f6de02a-0061-403f-bd65-47d4b5f72c87", + "sessionId": "1272707270496486911", "customerId": "cust@1234" // if available "billAmount": "105.0", "dueDate": "2021-05-23", // if available @@ -1107,7 +1107,7 @@ Below are the parameter tables and sample payloads for the listed events. Note t String Unique identifier for the session used for this request - 7f6de02a-0061-403f-bd65-47d4b5f72c87 + 1272707270496486911 diff --git a/content/payments/billpay/v1/pre-built-screens/webhooks.mdx b/content/payments/billpay/v1/pre-built-screens/webhooks.mdx index 1a17351c..3fe83353 100644 --- a/content/payments/billpay/v1/pre-built-screens/webhooks.mdx +++ b/content/payments/billpay/v1/pre-built-screens/webhooks.mdx @@ -87,7 +87,7 @@ Below are the parameter tables and sample payloads for the listed events. Note t "dueDate": "2024-03-20", // if available "customerName": "Ram Charan", // if available "customerId": "cust@1234" // if available - "sessionId": "7f6de02a-0061-403f-bd65-47d4b5f72c87", + "sessionId": "1272707270496486911", "event": "bill_fetch_success", "refId": "CMA0I65RCU2I32C3L0H0KNYQYAG40021831", "additionalInfo": [ @@ -207,7 +207,7 @@ Below are the parameter tables and sample payloads for the listed events. Note t String Unique identifier for the session used for this request - 7f6de02a-0061-403f-bd65-47d4b5f72c87 + 1272707270496486911 @@ -259,7 +259,7 @@ Below are the parameter tables and sample payloads for the listed events. Note t "billerId": "MAHI00000NATIC", "billerName": "Mahindra Rural Housing Finance Ltd", "billerCategory": "Loan-Repayment", - "sessionId": "7f6de02a-0061-403f-bd65-47d4b5f72c87", + "sessionId": "1272707270496486911", "customerId": "cust@1234" // if available "event": "bill_fetch_failure", "refId": "CMA0I65RCU2I32C3L0H0KNYQYAG40021831", @@ -336,7 +336,7 @@ Below are the parameter tables and sample payloads for the listed events. Note t String Unique identifier for the session used for this request - 7f6de02a-0061-403f-bd65-47d4b5f72c87 + 1272707270496486911 @@ -416,7 +416,7 @@ Below are the parameter tables and sample payloads for the listed events. Note t "billerId": "MAHI00000NATIC", "billerName": "Mahindra Rural Housing Finance Ltd", "billerCategory": "Loan-Repayment", - "sessionId": "7f6de02a-0061-403f-bd65-47d4b5f72c87", + "sessionId": "1272707270496486911", "customerId": "cust@1234" // if available "billAmount": "105.0", "dueDate": "2021-05-23", // if available @@ -504,7 +504,7 @@ Below are the parameter tables and sample payloads for the listed events. Note t String Unique identifier for the session used for this request - 7f6de02a-0061-403f-bd65-47d4b5f72c87 + 1272707270496486911 @@ -597,7 +597,7 @@ Below are the parameter tables and sample payloads for the listed events. Note t "billerId": "MAHI00000NATIC", "billerName": "Mahindra Rural Housing Finance Ltd", "billerCategory": "Loan-Repayment", - "sessionId": "7f6de02a-0061-403f-bd65-47d4b5f72c87", + "sessionId": "1272707270496486911", "customerId": "cust@1234" // if available "orderId": "Q00ABCDEFGHZOQ", "billAmount": "105.0", @@ -684,7 +684,7 @@ Below are the parameter tables and sample payloads for the listed events. Note t String Unique identifier for the session used for this request - 7f6de02a-0061-403f-bd65-47d4b5f72c87 + 1272707270496486911 @@ -771,7 +771,7 @@ Below are the parameter tables and sample payloads for the listed events. Note t "billerCategory": "Loan-Repayment", "billAmount": "105.0", "dueDate": "2021-05-23", // if available - "sessionId": "7f6de02a-0061-403f-bd65-47d4b5f72c87", + "sessionId": "1272707270496486911", "customerId": "cust@1234" // if available "amountPaid": 601.0, "amount": null, @@ -872,7 +872,7 @@ Below are the parameter tables and sample payloads for the listed events. Note t String Unique identifier for the session used for this request - 7f6de02a-0061-403f-bd65-47d4b5f72c87 + 1272707270496486911 @@ -943,7 +943,7 @@ Below are the parameter tables and sample payloads for the listed events. Note t "billerId": "MAHI00000NATIC", "billerName": "Mahindra Rural Housing Finance Ltd", "billerCategory": "Loan-Repayment", - "sessionId": "7f6de02a-0061-403f-bd65-47d4b5f72c87", + "sessionId": "1272707270496486911", "customerId": "cust@1234" // if available "billAmount": "105.0", "dueDate": "2021-05-23", // if available @@ -1027,7 +1027,7 @@ Below are the parameter tables and sample payloads for the listed events. Note t String Unique identifier for the session used for this request - 7f6de02a-0061-403f-bd65-47d4b5f72c87 + 1272707270496486911