Skip to content

Commit 379758b

Browse files
author
tanmay
committed
fix staging errors
1 parent 1334e92 commit 379758b

File tree

4 files changed

+528
-262
lines changed

4 files changed

+528
-262
lines changed

api-references/payments/billpay/api-integration.json

+13-9
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@
432432
"value": {
433433
"type": "string",
434434
"description": "The value of the biller parameter to be sent as part of UPMS registration.",
435-
"example": "500.0"
435+
"example": "500"
436436
}
437437
},
438438
"description": "Optional. Only some billers require this. Details of the biller parameter to be sent as part of UPMS registration."
@@ -444,11 +444,13 @@
444444
"properties": {
445445
"amount": {
446446
"type": "integer",
447-
"description": "The fixed or maximum amount set for auto-debit (value must be provided in paise)."
447+
"description": "The fixed or maximum amount set for auto-debit (value must be provided in paise).",
448+
"example": 10000
448449
},
449450
"currency": {
450451
"type": "integer",
451-
"description": "The currency code. Use `356` for `INR`."
452+
"description": "The currency code. Use `356` for `INR`.",
453+
"example": 356
452454
},
453455
"debitDate": {
454456
"type": "string",
@@ -477,7 +479,7 @@
477479
"type": "string",
478480
"description": "The UPMS registration is invalid after this date. Date format is YYYY-MM-DD",
479481
"nullable": true,
480-
"example": "2025-01-01",
482+
"example": "2027-01-01",
481483
"x-omitempty": true
482484
}
483485
}
@@ -7127,7 +7129,7 @@
71277129
"value": {
71287130
"type": "string",
71297131
"description": "The value of the biller parameter to be sent as part of UPMS registration.",
7130-
"example": "500.0"
7132+
"example": "500"
71317133
}
71327134
},
71337135
"description": "Optional. Only some billers require this. Details of the biller parameter to be sent as part of UPMS registration."
@@ -7139,11 +7141,13 @@
71397141
"properties": {
71407142
"amount": {
71417143
"type": "integer",
7142-
"description": "The fixed or maximum amount set for auto-debit (value must be provided in paise)."
7144+
"description": "The fixed or maximum amount set for auto-debit (value must be provided in paise).",
7145+
"example": 10000
71437146
},
71447147
"currency": {
71457148
"type": "integer",
7146-
"description": "The currency code. Use `356` for `INR`."
7149+
"description": "The currency code. Use `356` for `INR`.",
7150+
"example": 356
71477151
},
71487152
"debitDate": {
71497153
"type": "string",
@@ -7172,7 +7176,7 @@
71727176
"type": "string",
71737177
"description": "The UPMS registration is invalid after this date. Date format is YYYY-MM-DD",
71747178
"nullable": true,
7175-
"example": "2025-01-01",
7179+
"example": "2027-01-01",
71767180
"x-omitempty": true
71777181
}
71787182
}
@@ -7734,7 +7738,7 @@
77347738
"type": "string",
77357739
"description": "The date until which the mandate is valid (YYYY-MM-DD). Must be a future date.",
77367740
"format": "date",
7737-
"example": "2025-01-01"
7741+
"example": "2027-01-01"
77387742
}
77397743
},
77407744
"description": "Details of the mandate to be updated. Only include fields that need changing."

content/payments/billpay/api-integration/objects.mdx

-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ A standard structure for representing errors in API responses or callbacks.
148148
| `code` | `string` | A short code identifying the error category (e.g., `validation-error`, `biller-registration-failed`). |
149149
| `message` | `string` | A human-readable description of the error. |
150150

151-
**Note:** In some asynchronous UPMS callbacks (e.g., for failed registration/update/cancel), the field names might appear as `Code` and `Message` (PascalCase) instead of `code` and `message`. Your callback handler should accommodate this potential difference.
152151

153152
## Payment Details
154153

0 commit comments

Comments
 (0)