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
63 changes: 48 additions & 15 deletions api-references/payments/billpay/api-integration.json
Original file line number Diff line number Diff line change
Expand Up @@ -7378,6 +7378,22 @@
"description": "Identifier of the biller in BBPS.",
"example": "ADIT00000NAT0T"
},
"name": {
"type": "string",
"description": "Name of the biller.",
"example": "Umbrella Corporation"
},
"status": {
"type": "string",
"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.",
"example": "ACTIVE",
"enum": [
"ACTIVE",
"DEACTIVATED",
"PENDING_DEACTIVATION",
"PENDING_DELETE"
]
},
"interchangeFee": {
"type": "array",
"items": {
Expand Down Expand Up @@ -7542,11 +7558,6 @@
"example": "2021-11-12T13:37:04.572+05:30",
"x-omitempty": false
},
"name": {
"type": "string",
"description": "Name of the biller.",
"example": "Umbrella Corporation"
},
"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 Expand Up @@ -8067,6 +8078,22 @@
"description": "Identifier of the biller in BBPS.",
"example": "ADIT00000NAT0T"
},
"name": {
"type": "string",
"description": "Name of the biller.",
"example": "Umbrella Corporation"
},
"status": {
"type": "string",
"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.",
"example": "ACTIVE",
"enum": [
"ACTIVE",
"DEACTIVATED",
"PENDING_DEACTIVATION",
"PENDING_DELETE"
]
},
"interchangeFee": {
"type": "array",
"items": {
Expand Down Expand Up @@ -8231,11 +8258,6 @@
"example": "2021-11-12T13:37:04.572+05:30",
"x-omitempty": false
},
"name": {
"type": "string",
"description": "Name of the biller.",
"example": "Umbrella Corporation"
},
"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 Expand Up @@ -11755,6 +11777,22 @@
"description": "Identifier of the biller in BBPS.",
"example": "ADIT00000NAT0T"
},
"name": {
"type": "string",
"description": "Name of the biller.",
"example": "Umbrella Corporation"
},
"status": {
"type": "string",
"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.",
"example": "ACTIVE",
"enum": [
"ACTIVE",
"DEACTIVATED",
"PENDING_DEACTIVATION",
"PENDING_DELETE"
]
},
"interchangeFee": {
"type": "array",
"items": {
Expand Down Expand Up @@ -11919,11 +11957,6 @@
"example": "2021-11-12T13:37:04.572+05:30",
"x-omitempty": false
},
"name": {
"type": "string",
"description": "Name of the biller.",
"example": "Umbrella Corporation"
},
"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