Skip to content
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
208 changes: 204 additions & 4 deletions api-references/payments/billpay/api-integration.json
Original file line number Diff line number Diff line change
Expand Up @@ -7433,8 +7433,58 @@
"feeCode": {
"type": "string",
"example": "CCF1"
},
"interchangeFeeDetailsV2": {
"type": "array",
"description": "Always returned alongside interchangeFeeDetails. Tiered interchange fee slabs by transaction amount range. Select the slab where the payment amount (in paise) falls between tranAmtRangeMin and tranAmtRangeMax (inclusive) and use that slab's flatFee and percentFee for CCF calculation. When the array has a single slab, it aligns with interchangeFeeDetails.",
"items": {
"required": [
"effctvFrom",
"effctvTo",
"flatFee",
"percentFee",
"tranAmtRangeMax",
"tranAmtRangeMin"
],
"type": "object",
"properties": {
"tranAmtRangeMax": {
"type": "integer",
"format": "int64"
},
"tranAmtRangeMin": {
"type": "integer",
"format": "int64"
},
"effctvFrom": {
"type": "string",
"example": "2024-01-01"
},
"effctvTo": {
"type": "string",
"example": "2024-12-31"
},
"flatFee": {
"type": "number",
"format": "decimal",
"example": 0.0
},
"percentFee": {
"type": "number",
"format": "decimal",
"example": 1.0
}
}
}
}
}
},
"required": [
"feeCode",
"feeDesc",
"feeDirection",
"interchangeFeeDetails",
"interchangeFeeDetailsV2"
]
}
},
"pincode": {
Expand Down Expand Up @@ -8072,8 +8122,58 @@
"feeCode": {
"type": "string",
"example": "CCF1"
},
"interchangeFeeDetailsV2": {
"type": "array",
"description": "Always returned alongside interchangeFeeDetails. Tiered interchange fee slabs by transaction amount range. Select the slab where the payment amount (in paise) falls between tranAmtRangeMin and tranAmtRangeMax (inclusive) and use that slab's flatFee and percentFee for CCF calculation. When the array has a single slab, it aligns with interchangeFeeDetails.",
"items": {
"required": [
"effctvFrom",
"effctvTo",
"flatFee",
"percentFee",
"tranAmtRangeMax",
"tranAmtRangeMin"
],
"type": "object",
"properties": {
"tranAmtRangeMax": {
"type": "integer",
"format": "int64"
},
"tranAmtRangeMin": {
"type": "integer",
"format": "int64"
},
"effctvFrom": {
"type": "string",
"example": "2024-01-01"
},
"effctvTo": {
"type": "string",
"example": "2024-12-31"
},
"flatFee": {
"type": "number",
"format": "decimal",
"example": 0.0
},
"percentFee": {
"type": "number",
"format": "decimal",
"example": 1.0
}
}
}
}
}
},
"required": [
"feeCode",
"feeDesc",
"feeDirection",
"interchangeFeeDetails",
"interchangeFeeDetailsV2"
]
}
},
"pincode": {
Expand Down Expand Up @@ -9162,8 +9262,58 @@
"feeCode": {
"type": "string",
"example": "CCF1"
},
"interchangeFeeDetailsV2": {
"type": "array",
"description": "Always returned alongside interchangeFeeDetails. Tiered interchange fee slabs by transaction amount range. Select the slab where the payment amount (in paise) falls between tranAmtRangeMin and tranAmtRangeMax (inclusive) and use that slab's flatFee and percentFee for CCF calculation. When the array has a single slab, it aligns with interchangeFeeDetails.",
"items": {
"required": [
"effctvFrom",
"effctvTo",
"flatFee",
"percentFee",
"tranAmtRangeMax",
"tranAmtRangeMin"
],
"type": "object",
"properties": {
"tranAmtRangeMax": {
"type": "integer",
"format": "int64"
},
"tranAmtRangeMin": {
"type": "integer",
"format": "int64"
},
"effctvFrom": {
"type": "string",
"example": "2024-01-01"
},
"effctvTo": {
"type": "string",
"example": "2024-12-31"
},
"flatFee": {
"type": "number",
"format": "decimal",
"example": 0.0
},
"percentFee": {
"type": "number",
"format": "decimal",
"example": 1.0
}
}
}
}
}
},
"required": [
"feeCode",
"feeDesc",
"feeDirection",
"interchangeFeeDetails",
"interchangeFeeDetailsV2"
]
}
},
"pincode": {
Expand Down Expand Up @@ -11649,8 +11799,58 @@
"feeCode": {
"type": "string",
"example": "CCF1"
},
"interchangeFeeDetailsV2": {
"type": "array",
"description": "Always returned alongside interchangeFeeDetails. Tiered interchange fee slabs by transaction amount range. Select the slab where the payment amount (in paise) falls between tranAmtRangeMin and tranAmtRangeMax (inclusive) and use that slab's flatFee and percentFee for CCF calculation. When the array has a single slab, it aligns with interchangeFeeDetails.",
"items": {
"required": [
"effctvFrom",
"effctvTo",
"flatFee",
"percentFee",
"tranAmtRangeMax",
"tranAmtRangeMin"
],
"type": "object",
"properties": {
"tranAmtRangeMax": {
"type": "integer",
"format": "int64"
},
"tranAmtRangeMin": {
"type": "integer",
"format": "int64"
},
"effctvFrom": {
"type": "string",
"example": "2024-01-01"
},
"effctvTo": {
"type": "string",
"example": "2024-12-31"
},
"flatFee": {
"type": "number",
"format": "decimal",
"example": 0.0
},
"percentFee": {
"type": "number",
"format": "decimal",
"example": 1.0
}
}
}
}
}
},
"required": [
"feeCode",
"feeDesc",
"feeDirection",
"interchangeFeeDetails",
"interchangeFeeDetailsV2"
]
}
},
"pincode": {
Expand Down
Loading
Loading