Skip to content

UPMS on staging #263

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

Merged
merged 6 commits into from
May 7, 2025
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"parameters": {
"header": [
{
"X-PARTNER-ID": "1010225520484287807"
}
],
"path": [
{
"upmsRegistrationRefID": "SETUUPMSREFIDEXAMPLE123456789012345"
}
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"parameters": {
"header": [
{
"X-PARTNER-ID": "1010225520484287807"
}
],
"path": [
{
"upmsRegistrationRefID": "SETUUPMSREFIDEXAMPLE123456789012345"
}
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"parameters": {
"header": [
{
"X-PARTNER-ID": "1010225520484287807"
}
],
"path": [
{
"billRefId": "SETUBILLREFIDEXAMPLE123456789012345"
}
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"parameters": {
"header": [
{
"X-PARTNER-ID": "1010225520484287807"
}
],
"path": [
{
"upmsRegistrationRefID": "SETUUPMSREFIDEXAMPLE123456789012345"
}
]
},
"body": {
"mandate": {
"registrationType": "AUTO_PAY",
"toDate": "2027-01-01",
"debitInfo": {
"amount": 10000,
"type": "MAX_AMOUNT"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"parameters": {
"header": [
{
"X-PARTNER-ID": "1010225520484287807"
}
],
"path": [
{
"upmsRegistrationRefID": "SETUUPMSREFIDEXAMPLE123456789012345"
}
]
}
}
35 changes: 6 additions & 29 deletions api-references/payments/billpay/api-integration.json
Original file line number Diff line number Diff line change
Expand Up @@ -1421,21 +1421,6 @@
},
"x-omitempty": true
},
"dummyBillerResponseAmount": {
"type": "integer",
"description": "On debug, this is the amount passed in biller response COMFORT NEGATIVE 23",
"nullable": true
},
"dummyCustomerMobile": {
"type": "string",
"description": "On debug, this hijacks the customer mobiler number COMFORT NEGATIVE 30, 31",
"nullable": true
},
"dummyOrigRefId": {
"type": "string",
"description": "On debug, hijacks orig ref id of payment request - COMFORT PAYMENT - 83",
"nullable": true
},
"paymentDetails": {
"required": [
"amount",
Expand Down Expand Up @@ -6958,7 +6943,7 @@
"tags": [
"UPMS"
],
"description": "This synchronous endpoint allows you to retrieve the current status and details of a specific, existing UPMS registration immediately.",
"description": "View registration",
"operationId": "ViewUPMSRegistration",
"parameters": [
{
Expand All @@ -6980,14 +6965,6 @@
"minLength": 35,
"type": "string"
}
},
{
"name": "debug",
"in": "query",
"description": "DEBUG-FIELD: In debug, if the UPMS View Registration is sent to NPCI",
"schema": {
"type": "boolean"
}
}
],
"responses": {
Expand Down Expand Up @@ -7387,7 +7364,7 @@
"tags": [
"UPMS"
],
"description": "This asynchronous endpoint permanently triggers cancellation of an active UPMS registration.",
"description": "Cancel registration",
"operationId": "CancelUPMSRegistration",
"parameters": [
{
Expand Down Expand Up @@ -7666,7 +7643,7 @@
"tags": [
"UPMS"
],
"description": "Update details for a UPMS registration. This is an asynchronous API which only acknowledges receipt of a valid request. The actual result of the update operation will be communicated via a callback.\n",
"description": "Update registration",
"operationId": "UpdateUPMSRegistration",
"parameters": [
{
Expand Down Expand Up @@ -8028,7 +8005,7 @@
"tags": [
"UPMS"
],
"description": "Simulates a skip payment notification for the specified bill. Validates the request, acknowledges receipt, and triggers an asynchronous callback delivery that indicates a payment was made through an alternative channel. For lower environments only.",
"description": "Simulate skip payment",
"operationId": "SimulateSkipPaymentNotification",
"parameters": [
{
Expand Down Expand Up @@ -8317,7 +8294,7 @@
"tags": [
"UPMS"
],
"description": "Simulates a bill notification for the specified UPMS registration. Validates the request, acknowledges receipt, and triggers an asynchronous callback delivery. For lower environments only.",
"description": "Simulate bill notification",
"operationId": "SimulateBillNotification",
"parameters": [
{
Expand Down Expand Up @@ -8641,4 +8618,4 @@
}
},
"x-original-swagger-version": "2.0"
}
}
2,333 changes: 2,332 additions & 1 deletion content/menuItems.json

Large diffs are not rendered by default.

Loading