Skip to content

Commit ded6e99

Browse files
Merge pull request #435 from SetuHQ/add-status-listbillers
Add status in listbillers spec
2 parents fa9e6f8 + bfb188b commit ded6e99

1 file changed

Lines changed: 10 additions & 5 deletions

File tree

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

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9207,6 +9207,16 @@
92079207
"description": "Identifier of the biller in BBPS.",
92089208
"example": "ADIT00000NAT0T"
92099209
},
9210+
"name": {
9211+
"type": "string",
9212+
"description": "Name of the biller.",
9213+
"example": "Umbrella Corporation"
9214+
},
9215+
"status": {
9216+
"type": "string",
9217+
"description": "Current biller status as received from BBPS MDM.",
9218+
"example": "ACTIVE"
9219+
},
92109220
"interchangeFee": {
92119221
"type": "array",
92129222
"items": {
@@ -9371,11 +9381,6 @@
93719381
"example": "2021-11-12T13:37:04.572+05:30",
93729382
"x-omitempty": false
93739383
},
9374-
"name": {
9375-
"type": "string",
9376-
"description": "Name of the biller.",
9377-
"example": "Umbrella Corporation"
9378-
},
93799384
"selectionType": {
93809385
"type": "string",
93819386
"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)