|
7378 | 7378 | "description": "Identifier of the biller in BBPS.", |
7379 | 7379 | "example": "ADIT00000NAT0T" |
7380 | 7380 | }, |
| 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 | + }, |
7381 | 7397 | "interchangeFee": { |
7382 | 7398 | "type": "array", |
7383 | 7399 | "items": { |
|
7542 | 7558 | "example": "2021-11-12T13:37:04.572+05:30", |
7543 | 7559 | "x-omitempty": false |
7544 | 7560 | }, |
7545 | | - "name": { |
7546 | | - "type": "string", |
7547 | | - "description": "Name of the biller.", |
7548 | | - "example": "Umbrella Corporation" |
7549 | | - }, |
7550 | 7561 | "selectionType": { |
7551 | 7562 | "type": "string", |
7552 | 7563 | "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 | 8078 | "description": "Identifier of the biller in BBPS.", |
8068 | 8079 | "example": "ADIT00000NAT0T" |
8069 | 8080 | }, |
| 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 | + }, |
8070 | 8097 | "interchangeFee": { |
8071 | 8098 | "type": "array", |
8072 | 8099 | "items": { |
|
8231 | 8258 | "example": "2021-11-12T13:37:04.572+05:30", |
8232 | 8259 | "x-omitempty": false |
8233 | 8260 | }, |
8234 | | - "name": { |
8235 | | - "type": "string", |
8236 | | - "description": "Name of the biller.", |
8237 | | - "example": "Umbrella Corporation" |
8238 | | - }, |
8239 | 8261 | "selectionType": { |
8240 | 8262 | "type": "string", |
8241 | 8263 | "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 | 11777 | "description": "Identifier of the biller in BBPS.", |
11756 | 11778 | "example": "ADIT00000NAT0T" |
11757 | 11779 | }, |
| 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 | + }, |
11758 | 11796 | "interchangeFee": { |
11759 | 11797 | "type": "array", |
11760 | 11798 | "items": { |
|
11919 | 11957 | "example": "2021-11-12T13:37:04.572+05:30", |
11920 | 11958 | "x-omitempty": false |
11921 | 11959 | }, |
11922 | | - "name": { |
11923 | | - "type": "string", |
11924 | | - "description": "Name of the biller.", |
11925 | | - "example": "Umbrella Corporation" |
11926 | | - }, |
11927 | 11960 | "selectionType": { |
11928 | 11961 | "type": "string", |
11929 | 11962 | "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