Skip to content
Merged
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
5 changes: 5 additions & 0 deletions api-references/payments/billpay/api-integration.json
Original file line number Diff line number Diff line change
Expand Up @@ -9375,6 +9375,11 @@
"description": "Name of the biller.",
"example": "Umbrella Corporation"
},
"status": {
"type": "string",
"description": "Current biller status as received from BBPS MDM.",
"example": "ACTIVE"
},
"selectionType": {
"type": "string",
"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.",
Expand Down
Loading