Skip to content

Commit 9306cd0

Browse files
Merge pull request #438 from SetuHQ/add-status-listbillers
add status in list disputes and transcation apis
2 parents 6176d83 + 95db626 commit 9306cd0

1 file changed

Lines changed: 48 additions & 15 deletions

File tree

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

Lines changed: 48 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7378,6 +7378,22 @@
73787378
"description": "Identifier of the biller in BBPS.",
73797379
"example": "ADIT00000NAT0T"
73807380
},
7381+
"name": {
7382+
"type": "string",
7383+
"description": "Name of the biller.",
7384+
"example": "Umbrella Corporation"
7385+
},
7386+
"status": {
7387+
"type": "string",
7388+
"description": "Current biller lifecycle status as received from BBPS MDM.\n\nACTIVE: Biller is live on the network and available for bill fetch and payment.\nDEACTIVATED: Biller has been deactivated and is not available for new bill fetches or payments.\nPENDING_DEACTIVATION: Deactivation is in progress; treat the biller as transitioning away from ACTIVE.\nPENDING_DELETE: Deletion is pending in MDM before the biller record is fully removed.",
7389+
"example": "ACTIVE",
7390+
"enum": [
7391+
"ACTIVE",
7392+
"DEACTIVATED",
7393+
"PENDING_DEACTIVATION",
7394+
"PENDING_DELETE"
7395+
]
7396+
},
73817397
"interchangeFee": {
73827398
"type": "array",
73837399
"items": {
@@ -7542,11 +7558,6 @@
75427558
"example": "2021-11-12T13:37:04.572+05:30",
75437559
"x-omitempty": false
75447560
},
7545-
"name": {
7546-
"type": "string",
7547-
"description": "Name of the biller.",
7548-
"example": "Umbrella Corporation"
7549-
},
75507561
"selectionType": {
75517562
"type": "string",
75527563
"description": "Defined only for billers with response type as LIST. SINGLE: User can pay only one of the bills in bill fetch response. MULTIPLE: User can pay any combination of bills in bill fetch response. ALL: User has to pay all the bills in bill fetch response.",
@@ -8067,6 +8078,22 @@
80678078
"description": "Identifier of the biller in BBPS.",
80688079
"example": "ADIT00000NAT0T"
80698080
},
8081+
"name": {
8082+
"type": "string",
8083+
"description": "Name of the biller.",
8084+
"example": "Umbrella Corporation"
8085+
},
8086+
"status": {
8087+
"type": "string",
8088+
"description": "Current biller lifecycle status as received from BBPS MDM.\n\nACTIVE: Biller is live on the network and available for bill fetch and payment.\nDEACTIVATED: Biller has been deactivated and is not available for new bill fetches or payments.\nPENDING_DEACTIVATION: Deactivation is in progress; treat the biller as transitioning away from ACTIVE.\nPENDING_DELETE: Deletion is pending in MDM before the biller record is fully removed.",
8089+
"example": "ACTIVE",
8090+
"enum": [
8091+
"ACTIVE",
8092+
"DEACTIVATED",
8093+
"PENDING_DEACTIVATION",
8094+
"PENDING_DELETE"
8095+
]
8096+
},
80708097
"interchangeFee": {
80718098
"type": "array",
80728099
"items": {
@@ -8231,11 +8258,6 @@
82318258
"example": "2021-11-12T13:37:04.572+05:30",
82328259
"x-omitempty": false
82338260
},
8234-
"name": {
8235-
"type": "string",
8236-
"description": "Name of the biller.",
8237-
"example": "Umbrella Corporation"
8238-
},
82398261
"selectionType": {
82408262
"type": "string",
82418263
"description": "Defined only for billers with response type as LIST. SINGLE: User can pay only one of the bills in bill fetch response. MULTIPLE: User can pay any combination of bills in bill fetch response. ALL: User has to pay all the bills in bill fetch response.",
@@ -11755,6 +11777,22 @@
1175511777
"description": "Identifier of the biller in BBPS.",
1175611778
"example": "ADIT00000NAT0T"
1175711779
},
11780+
"name": {
11781+
"type": "string",
11782+
"description": "Name of the biller.",
11783+
"example": "Umbrella Corporation"
11784+
},
11785+
"status": {
11786+
"type": "string",
11787+
"description": "Current biller lifecycle status as received from BBPS MDM.\n\nACTIVE: Biller is live on the network and available for bill fetch and payment.\nDEACTIVATED: Biller has been deactivated and is not available for new bill fetches or payments.\nPENDING_DEACTIVATION: Deactivation is in progress; treat the biller as transitioning away from ACTIVE.\nPENDING_DELETE: Deletion is pending in MDM before the biller record is fully removed.",
11788+
"example": "ACTIVE",
11789+
"enum": [
11790+
"ACTIVE",
11791+
"DEACTIVATED",
11792+
"PENDING_DEACTIVATION",
11793+
"PENDING_DELETE"
11794+
]
11795+
},
1175811796
"interchangeFee": {
1175911797
"type": "array",
1176011798
"items": {
@@ -11919,11 +11957,6 @@
1191911957
"example": "2021-11-12T13:37:04.572+05:30",
1192011958
"x-omitempty": false
1192111959
},
11922-
"name": {
11923-
"type": "string",
11924-
"description": "Name of the biller.",
11925-
"example": "Umbrella Corporation"
11926-
},
1192711960
"selectionType": {
1192811961
"type": "string",
1192911962
"description": "Defined only for billers with response type as LIST. SINGLE: User can pay only one of the bills in bill fetch response. MULTIPLE: User can pay any combination of bills in bill fetch response. ALL: User has to pay all the bills in bill fetch response.",

0 commit comments

Comments
 (0)